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 )
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
?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)
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)
?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