

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of WHILE loop? |
A. | To repeat the statement finite number of times |
B. | To repeat the statement until any condition holds true |
C. | To repeat the statements for infinite time |
D. | To repeat statements inside until any condition is false |
Answer» C. To repeat the statements for infinite time | |