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).

scanf("%d", &Answer); if(Answer != 100) { for(i = 0; i
Step by Step Solution
There are 3 Steps involved in it
To limit the user to answering only 5 times without using break or return inside a for loop you can ... View full answer
Get step-by-step solutions from verified subject matter experts
