[Solved] Having problems creating main method [closed]
Answering the question in your comment, there are two things that you can do: 1.Call the methods at the end of your constructor. When the methods are called, the program statements contained in them will execute. public Weather(int date) throws FileNotFoundException, IOException { // code here lowest(/*char array variable goes here*/); highest(/*char array variable goes … Read more