Search:

Type: Posts; User: Eclecstatic

Search: Search took 0.09 seconds.

  1. Re: Problem with code recognizing invalid characters after spaces....

    OH I GOT IT! I put the user input into a String using the nextLine command then parsed it. That way it takes that entire line as the input, not just up until a space. Works like a charm now!

    ...
  2. [RESOLVED!] Problem with code recognizing invalid characters after spaces....

    Hello. I have to write a program that has the user enter a number. As long as the number is a whole number, it is valid. If not, it returns an error message. Well everything works fine if there are...
Results 1 to 2 of 2