InterviewSolution
Saved Bookmarks
| 1. |
Which loop is used for simple iteration objects? (a) For (b) For each (c) While(d) do while |
|
Answer» While is used for simple iteration objects |
|