InterviewSolution
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 |
|