Search:

Type: Posts; User: ziplague

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,566

    [SOLVED] Re: Not initializing

    Hi again )) I changed the code a bit, it's working now. I simply used Scanner instead of Console.



    import java.util.Scanner;

    public class WeatherProgram {

    private static double...
  2. Replies
    9
    Views
    1,566

    [SOLVED] Re: Not initializing

    I've tried for hours to solve the (yes/no) input problem, even though it's way above my level for now, still i learned lots of interesting stuff along the way that halped me to solve some of my own...
  3. Replies
    9
    Views
    1,566

    [SOLVED] Re: Not initializing

    Hi, i tried compiling your code. Had to change all the variables to Private Static or else it says that they are not read locally ... after that it works, but throws an error:
    Exception in thread...
Results 1 to 3 of 3