public static void Main()
Console.WriteLine("enter weekend or weekday");
day = Console.ReadLine();
Console.WriteLine("please enter the temperature");
temp = Convert.ToInt32(Console.ReadLine());
while (20>temp || temp>45)
Console.WriteLine("please enter another temperature");
temp = Convert.ToInt32(Console.ReadLine());
if (20<=temp && temp<=30)
Console.WriteLine(iceCream);
else if (31<=temp && temp<=38)
Console.WriteLine(iceCream);
Console.WriteLine(iceCream);