Answer to Question #79878 in C++ for Abdul Samad

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 Game\n”.
else
cout<”indoor game\n”;
return 0;
}
1
Expert's answer
2018-08-16T14:08:19-0400
Dear Abdul Samad, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Assignment Expert
20.08.18, 12:38

Dear ddd Questions in this section are answered for free. We can't fulfill them all and there is no guarantee of answering certain question but we are doing our best. And if answer is published it means it was attentively checked by experts. You can try it yourself by publishing your question. Although if you have serious assignment that requires large amount of work and hence cannot be done for free you can submit it as assignment and our experts will surely assist you.

ddd
19.08.18, 12:14

def h(m,n): ans = 0 while (m >= n): (ans,m) = (ans+1,m-n) return(ans)

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS