Multiple Choice
Which of the following is an example of an infinite loop?
A) While 1 > 2
B) While 2 < 1
C) While 1 == 1
D) Loop 1000 times times
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The While instruction is a posttest loop.
Q2: Which type of structure is used to
Q3: The following loop would execute _ times:<br>Loop
Q4: The Loop instruction causes a set of
Q5: The following loop would execute how many
Q7: The _ instruction causes a set of
Q8: The Loop instruction can use only integers,
Q9: The complicated version of the loop instruction
Q10: You can use a variable or a
Q11: The following loop would execute how many