InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is the entry check loop type?(a) While(b) Do while(c) If(d) If…else |
|
Answer» While is the entry check loop |
|