Question: C language I'm having trouble understanding what this code does, can someone explain? Thanks sum = 0; do { if(sum == 0) continue; scanf(%d, &i);

C language
I'm having trouble understanding what this code does, can someone explain? Thanks
sum = 0; do { if(sum == 0) continue; scanf("%d", &i); sum += 1 }while(sum
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
