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