The __________ loop is ideal in situations where you always want the loop to iterate at least once.

a. for
b. while
c. do-while
d. posttest


c. do-while

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct definition for a procedure that accepts a String array as an argument?

a. Private Sub ArrayParam(ByVal strStudents As String) b. Public Sub ArrayParam(ByVal strStudents()) c. Sub ArrayParam(ByVal strStudents() As String) d. Private Sub ArrayParam(ByRef strStudents As String)

Computer Science & Information Technology

OpenOffice Base sorts data from right to left, meaning that the field on the right will be sorted before the field on the left

Indicate whether the statement is true or false

Computer Science & Information Technology

A user should choose the output medium ________ if they want to create a hard copy of their presentation to mark changes on

A) Screen B) Slide C) Paper D) Overhead sheet

Computer Science & Information Technology

In Microsoft Word 2016, the _________contains buttons for the most commonly used formatting commands, such as font, font size, styles, color, alignment, and indents.? A. Quick Access Toolbar B. Mini toolbar C. title bar D. status bar

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology