Menu

[solved] – Question 79878

Find 5 errors in the following program. Rewrite the program.
int main()
(
double temp:
cout<<”Enter temperature:`;
cin>>temp;
if(temp >= 20 && temp <=30)
cout<<”Outdoor Gamen”.
else
cout<”indoor gamen”;
return 0;
}

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *