Computer Science, asked by YASHGDGPSSECTOR6, 5 months ago

What is the use of step statement in For Next​

Answers

Answered by piyush42922
6

Answer:

The For statement specifies the counter variable and its start and end values. The Next statement increments the counter variable by 1. Using the Step keyword, you can increase or decrease the counter variable by the value you specify.

Similar questions