Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
if you execute the ff code what will it display if the user enter 15 18? 15 10? 97
–2
votes
asked
May 3, 2018
by
Mahmud Muhammad
(
230
points)
cin>>team wins>>
team looses
if (team wins>team looses
{
if(team wins>10)
cout<<"you are the champion /n";
else
cout<<"you have won more than 50 of your games /n";
}
else
cout<<"good luck in the rest of your games";
Please
log in
or register to answer this question.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...