Question: I have the following program which is in C. ****I had sent the same exercise before but there were 2 errors in the code and
I have the following program which is in C.
****I had sent the same exercise before but there were 2 errors in the code and I corrected them now****
int main() {
do { scanf ( "%d ", &a);
} while (a>6);
| a = | a = | a = | a = | |
| for | ||||
| while | ||||
| do-while |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
