Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,337

    Re: what is wrong with this code?

    Review the if() and else/if statement construction. Ending an if() statement with a semi-colon ends the if statement before the code following. And there's no such statement is "if else;"
  2. Replies
    5
    Views
    1,337

    Re: what is wrong with this code?

    Executable statements must be inside a method. Where is your main() method?
Results 1 to 2 of 2