Lab Excercise Chapter Three
Lab Excercise Chapter Three
Lab Excercise Chapter Three
(3) A looping process that checks the test condition at the end of loop?
(a) for while (b) do-while (c) while (d) none
(4) A looping process is best used when the number of iterations is
known Chapter 3 - Part II
1
Exercises MCQ (cont’d)
(5) A continue statement causes execution to skip to
(a) The return 0; statement
(b) The first statement after the loop
(c) The statement following the continue statement
(d) The next iteration of the loop
4
Chapter 3 - Part II