Search:

Type: Posts; User: JohnEliot

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,248

    [SOLVED] Re: Need help with loop

    How do I make a non-numeric letter represent an integer value? It can only be "Y" "N" or "Q"
  2. Replies
    5
    Views
    1,248

    [SOLVED] Re: Need help with loop

    Here it is:
    Exception in thread "main" java.lang.NumberFormatException: For input string: "y"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at...
  3. Replies
    5
    Views
    1,248

    [SOLVED] Need help with loop

    It is a loop program that counts Yes votes with 'Y', no votes with "N" and to quit is "Q" and after quit is chosen it shows number of yes votes and number of no votes, all in a dialog box. Here it...
Results 1 to 3 of 3