InterviewSolution
Saved Bookmarks
| 1. |
Which loop is used if you know in advance how many times the loop should run?(a) For (b) For each (c) While (d) Do-while |
|
Answer» For times the loop should run |
|