public static void Main()
Console.WriteLine("Is it the weekend? Write Y or N");
string weekend= Console.ReadLine();
while (tempChance== false){
Console.WriteLine("What is the temp?");
temp=Convert.ToDouble(Console.ReadLine());
if((temp <=45) && (temp>=20))
Console.WriteLine("pls enter a valid number");
if ((temp >=20) &&(temp<= 30)){
else if ((temp>=31)&&(temp<= 88))
Console.WriteLine("there will be " + icecream + " ice cream sold");
Console.WriteLine("there will be " + icecream + " ice cream sold");