If a do…while structure is used:

a. An infinite loop cannot take place.
b. Counter-controlled iteration is not possible.
c. The body of the loop will execute at least once.
d. An off-by-one error cannot occur.

c. The body of the loop will execute at least once.

Computer Science & Information Technology

You might also like to view...

Any statements you place within the ____ control will be performed in the order they appear, top to bottom.

A. for all  B. do next C. while in order D. do in order

Computer Science & Information Technology

Which of the following is not included in an exception’s stack trace?

a) A descriptive message for the exception. b) The method-call stack at the time the exception occurred. c) The name of the exception. d) Instructions on handling the exception.

Computer Science & Information Technology