Question: How to use for loop to limit user into answering only under 5 times. scanf(%d, &Answer); if(Answer != 100) { for(i = 0; i
How to use for loop to limit user into answering only under 5 times.

scanf("%d", &Answer); if(Answer != 100) { for(i = 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
