MCQOPTIONS
Saved Bookmarks
| 1. |
What is the use of FOR 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» B. To repeat the statement until any condition holds true | |