Computer Science, asked by shivj816, 5 months ago

10. If the step_value is not
mentioned, the counter by
default gets incremented by*​

Answers

Answered by ameen8086
1

Answer:

step value is the value by which the counter variable is incremented or decremented every time the loop body is executed. It can be a positive or a negative value, but it cannot be zero. The step value is optional.

Similar questions