Search:

Type: Posts; User: Sean4u

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,756

    Re: Help with If- Else statement program please

    Use code tags when you post code and copy-pasted console output (errors):
    BB Code List - Java Programming Forums - The Java Community

    Your if expression syntax is wrong.
    Equality, Relational,...
  2. Replies
    6
    Views
    1,756

    Re: Help with If- Else statement program please

    }else if (testscore >=40); {
    // this semicolon ----^
    // should be removed

    If you've changed your code and still got errors, post both the new code and the new errors. remove the semicolons...
  3. Replies
    6
    Views
    1,756

    Re: Help with If- Else statement program please

    Semicolon after the if

    Next time use code tags:
    BB Code List - Java Programming Forums - The Java Community
Results 1 to 3 of 3