Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Replies
    17
    Views
    2,366

    Re: whats with the scanner?????

    Did you try doing this? What did compiler do?
  2. Replies
    17
    Views
    2,366

    Re: whats with the scanner?????

    The error like

    means that you have declared but forgot to initialize the variable.
    So, simply initialize the variable with any initial value. In this case, most common is null or "" (empty...
  3. Replies
    17
    Views
    2,366

    Re: whats with the scanner?????

    Either input what your program demands or change the program to get input what you want it to get.
  4. Replies
    17
    Views
    2,366

    Re: whats with the scanner?????

    You mean the String "square"? or the dimensions for square?
Results 1 to 4 of 4