InterviewSolution
Saved Bookmarks
| 1. |
When Do Go For Loop Condition In Test? |
|
Answer» If we WANT to run an action for a particular NUMBER of TIMES then we GO for LOOPS. If we want to run an action for a particular number of times then we go for Loops. |
|