public void DisplayDay() { today.GetWeather(); Console.WriteLine("Day " + dayCounter + "\nForecast is " + today.GetWeatherman()); }