Which of the following statements about a do…while repetition statement is true?

a. The body of a do…while loop is executed only if the terminating condition is true.
b. The body of a do…while loop is executed only once.
c. The body of a do…while loop is always executed at least once.
d. None of the above.

c. The body of a do…while loop is always executed at least once.

Computer Science & Information Technology

You might also like to view...

In VBA, a(n) ________ can display customized text and buttons in addition to the standard OK, Cancel, and Yes/No buttons familiar in Microsoft applications

A) message box B) warning box C) alert window D) notification window

Computer Science & Information Technology

Theme names are identified by their ________

A) comments B) thumbnails C) ScreenTips D) layouts

Computer Science & Information Technology