Multiple Choice
How many times will the following loop iterate?
Set k = 1
While k > 5
Display k
End While
A) One
B) Two
C) Five
D) No iterations
E) Infinite
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: How many times will the following loop
Q33: The While loop is known as a
Q34: A _ -controlled loop repeats a statement
Q35: In a count-controlled loop,the counter performs _
Q36: Modules can be called from statements in
Q38: In a For loop a negative step
Q39: In the For statement,you can only use
Q40: The variable that is used to keep
Q41: Which loop repeats a statement or set
Q42: Which pair of loops causes a statement