

MCQOPTIONS
Saved Bookmarks
1. |
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate? |
A. | For loop |
B. | For each loop |
C. | While loop |
D. | All of them |
Answer» D. All of them | |