Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.10 seconds.

  1. Re: Hey guys need abit of help please stressing like a mad thing

    At the beginning of the program declare ints yesCounter and noCounter. Set them to zero initially.

    Then, every time you get user input that is 'y', increment yesCounter. Every time you get user...
  2. Re: Hey guys need abit of help please stressing like a mad thing

    OK, here are the lines immediately before the error line: (I fixed the formatting a little.) Note that nowhere in your program before these lines is answer11 given a value.


    if ( 'y' <...
  3. Re: Hey guys need abit of help please stressing like a mad thing

    I hate to repeat myself, but


    The idea is not for us to debug the program but for us to try to help you see how to get to the bottom of things. The exact error messages, including line numbers...
  4. Re: Hey guys need abit of help please stressing like a mad thing

    Aren't you getting other compiler messages too? I mean, where is "Keyboard" defined?

    Post the entire class file (including import statements) and post all compiler messages. Don't abbreviate. ...
Results 1 to 4 of 4