Search:

Type: Posts; User: DaHappy

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,106

    Re: String + Scanner!

    Line 10: The assigned value is never used
    ----
    Line 23: Cannot find symbol
    symbol: variable nextString
    location: variable scan of type Scanner
    ----
    Line 24:
    Cannot find symbol
    Symbol:...
  2. Replies
    7
    Views
    1,106

    Re: String + Scanner!

    But i can't copy those errors, do i have to write those down? :/

    --- Update ---

    Sry for spam, my internet went down and i pressed post some times :O
  3. Replies
    7
    Views
    1,106

    Re: String + Scanner!

    all errors!


    School = scan.nextString;
    symbol: variable nextString
    location: variable scan of type Scanner

    System.out.println(School == Good ? "How nice" : "Aww, that's sad");
    ...
  4. Replies
    7
    Views
    1,106

    String + Scanner!

    Okay, im using netbeans as my compiler. And don't judge me for my text. Im new and im just texting stuff. I can't get my Scanner to work with a String. last thing on the code, i got a School variable...
Results 1 to 4 of 5