Compiler Error

Answered

Comments

2 comments

  • Avatar
    Luke Chung

    To check compile errors, you don't need to run the program. Just open a module, and from the editor's menu select Debug, Compile.. 

    The compile error message should tell you what's wrong.

    0
    Comment actions Permalink
  • Avatar
    Rachel Gomez

    If the brackets don't all match up, the result is a compile time error. The fix to this compile error is to add a leading round bracket after the println to make the error go away: int x = 10; System.

    Regards,

    Rachel Gomez

    0
    Comment actions Permalink

Please sign in to leave a comment.