Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    1,312

    Re: Need major help with a program for class

    So on which one do you want people to spent time on your problem?
    We're not in competition.
  2. Replies
    7
    Views
    1,312

    Re: Need major help with a program for class

    At line 86 in your code you are calling parseInt() with the String "72 -12".
    The parseInt method does not think that is a valid numeric value and throws an exception.
    You need to pass only valid...
  3. Replies
    7
    Views
    1,312

    Re: Need major help with a program for class

    First thing you need to do is clean up the compiler errors. I got over 100 errors when I tried to compile your code.
Results 1 to 3 of 3