How many times will the following loop iterate?
Set k = 1
While k < = 5
Display k
End While
Answer: Infinite
Set k = 1
While k < = 5
Display k
End While
Answer: Infinite
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.