Multiple Choice
Which While statement is equivalent to Until num < 100?
A) While num <= 100
B) While num > 100
C) While num >= 100
D) There is no equivalent While statement.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A loop written using the structure Do
Q8: A For...Next loop with a positive step
Q9: The value of the counter variable should
Q10: When one For...Next loop is contained within
Q11: Assuming the following statement, what is the
Q13: The sorted property can only be set
Q14: In analyzing the solution to a program,
Q15: If the terminating value of a For...Next
Q16: A list box named lstBox has its
Q17: What is wrong with the following simple