Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    837

    Re: 3 script errors in my code

    System.out is the syntax for referring to the static variable: out in the System class.

    Java is case sensitive. You need to check the spelling for any java classes or methods you use.

    See the...
  2. Replies
    4
    Views
    837

    Re: 3 script errors in my code

    The compiler was expecting a ; before what it found. Make sure the previous statement has an ending ;

    Please edit your post and wrap your code with code tags:


    YOUR CODE GOES HERE

    to get...
Results 1 to 2 of 2