Menu

[solved] – Question 94638

Consider the following program and answer the following
for(int I =1; I<=10; I+=3)
printf (“%dn”I);
How many times the for loop executed?

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *