private void SetInitialConditions() { Console.WriteLine("The Predicted Weather for the week is:"); Console.WriteLine("Sunday: " + day.CreateWeather() + ", Monday: " + day.CreateWeather() + ", Tuesday: " + day.CreateWeather() + ", Wednesday: " + day.CreateWeather() + ", Thursday: " + day.CreateWeather() + ", Friday: " + day.CreateWeather() + ", Saturday: " + day.CreateWeather()); Console.WriteLine("Your Begining Balance is : " + playerEins.CreateMoney() + " Dollars"); }