The counter variable inscrease or decreases by the specified
Answers
Answered by
2
Using the Step keyword, you can increase or decrease the counter variable by the value you specify. ... To decrease the counter variable, you must specify an end value that is less than the start value. In the following example, the counter variable myNum is decreased by 2 each time the loop repeats.
Similar questions