Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.06 seconds.

  1. [SOLVED] Re: help with Idea! (Print out a word in the console without using the letters the word contains) I am new to JAVA!

    Look up String and/or char concatenation. That's the topic you're looking for.
  2. [SOLVED] Re: help with Idea! (Print out a word in the console without using the letters the word contains) I am new to JAVA!

    Look into ascii values for characters. An int value of 65 casted to a char would make an 'A'. Using this method you can use numbers to piece together your string for output.

    Terms to look up:...
  3. [SOLVED] Re: help with Idea! (Print out a word in the console without using the letters the word contains) I am new to JAVA!

    What is the purpose of not typing the word TEST or the letters in it into the source code? Are you just looking for a way to type it in at run time? The only way i can think is to problematically...
Results 1 to 3 of 3