Computer Science, asked by ayushraj13122000, 8 months ago

what is the default step value of a loop?​

Answers

Answered by sunidhisingh40
7

Answer:

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.

Answered by jaspreetsinghmongia
1

Answer:

1

Explanation:

1

Similar questions