Computer Science, asked by afifaahmad08, 2 days ago

The default value of the step value is:​

Answers

Answered by JassjotSingh
0

Answer:

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 aahana790
1

Answer:

The default value of the step value is: 1

Explanation:

Pls mark my answer as brain list

Similar questions