Which of these loop conditions describes the loop “repeat until i is greater than five”?

a) do...until ( i > 5 )
b) while ( i <= 5 )
c) while ( i < 5 )
d) do...while ( i == 5 )


b) while ( i <= 5 )

Computer Science & Information Technology

You might also like to view...

You use the expression builder to enter formulas into text boxes

Indicate whether the statement is true or false

Computer Science & Information Technology

?During a presentation, you must control the discussion, maintain the pace of the presentation, and stay focused on the agenda - especially when answering questions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Utility programs can help return your computer to better working condition by scanning for viruses and spyware.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?What two ps options can be used to display a full list of information about each process, and a long list of information about each process?

A. ?-e B. ?-p C. ?-f D. ?-l

Computer Science & Information Technology