Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,442

    Re: Super basic questions

    Have you read the API documentation for that method? It explains what it does.
    Go to this link: http://docs.oracle.com/javase/8/docs/api/index.html
    Find the class Scanner in the frame in the...
  2. Replies
    7
    Views
    1,442

    Re: Super basic questions

    Please copy the full text of the error message and paste it here. It has important info about the error.


    A value is given to a variable using an assignment stateement (has the =)

    variable...
  3. Replies
    7
    Views
    1,442

    Re: Super basic questions

    What is hello? A String variable or is it supposed to be a String? If so it should be enclosed in "s: "hello"
    Also statements should end with a ;


    The above statement defines/declares a...
  4. Replies
    7
    Views
    1,442

    Re: Super basic questions

    Which line is the top line? It might be clearer if a comment were added to the line your are asking about.
    I do not see any line where scanner appears twice. Case is important in java. scanner is...
Results 1 to 4 of 4