Computer Science, asked by saritasoni511, 5 months ago

start value is the intial value of the count variable in for ...Next loop​

Answers

Answered by shreyamishra8374
0

In a loop statement, step is the value by which the counter variable is incremented or decremented each time the loop body is executed. The step value can be positive or a negative value but it cannot be zero. The step value is optional. If not specified, step defaults to one.

Similar questions