Computer Science, asked by sampapakur, 19 days ago

What is the use of STEP value in FOR NEXT Loop?​
Please answer correctly and the answer should be the exact one.

Answers

Answered by sahuvedram969
6

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.

Explanation:

please mark brainleist please dear

Answered by bibhutikr673
5

Answer:

Step value is used to indicate a number or a times of expression. step value indicates that how many time we will state the expression to be looped.

Explanation:

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

Similar questions