Question: for the following code , determine if the there is an error. If you find an error, circle it, and write the corrected code in
for the following code , determine if the there is an error. If you find an error, circle it, and write the corrected code in the space provided after the problem. If there is no error, write no error.
C= 6
While (c> 3);
{
print f (%d, c );
}
inside the for loop, there is the following line:
printf (%d, x) ;
write the first line of the for loop that can: (all you need is the for loop line )
a.print 7,8,9,10,11
b.print3,5,7,9
c.print8,7,6,5,4,3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
