InterviewSolution
Saved Bookmarks
| 1. |
If we want to repeat an operation as long as a repeat condition is met, how do we set the count parameter? |
|
Answer» To REPEAT an operation as long as the SPECIFIED condition is met, we need to SET the COUNT PARAMETER to '-1'. |
|