Computer Science, asked by vamikasinha, 7 months ago

the step value of FOR STATEMENT can be? negative,positive or zero? computer'

Answers

Answered by BLACK1817
5

Answer:

The FOR… ... 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.

Answered by abdullah8649
0

Answer:

positive & negative.

for next is positive & negative

Similar questions