Question: How to use for loop to limit user into answering only under 5 times, WITHOUT using BREAK or RETURN to end the loop. (need the

How to use for loop to limit user into answering only under 5 times, WITHOUT using BREAK or RETURN to end the loop. (need the program to continue inside another program).

How to use for loop to limit user into answering only under

scanf("%d", &Answer); if(Answer != 100) { for(i = 0; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To limit the user to answering only 5 times without using break or return inside a for loop you can ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!