Computer Science, asked by Summer53, 6 months ago

_________ value is a value by which the counter variable is incremented or decremented every time the loop body is executed

Answers

Answered by Anonymous
3

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.

Explanation:

FOLLOW ME PLEASE

Similar questions