what is the use of step value in a FOR...NEXT loop ?
Answers
Answered by
10
next. start initial value of counter variables end- final value of counter variable. step- value the counter variable is changed each time through the loop
Similar questions