Computer Science, asked by brotomisti, 10 months ago

What is the default value of step clause?

Answers

Answered by Anonymous
21

\huge{\fbox{\fbox{\bigstar{\bold{\red{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 vatsala2005
8

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.

hope this helps u

mark me as brainliest....

Similar questions