Psychology, asked by rakeshgoyal97, 9 months ago

What is the use of STEP clause in the FOR---NEXT loop?​

Answers

Answered by yogichaudhary
9

Answer:

For variable identifies the start of the loop. start To end specifies the start and end value of the counter that defines how many times the program is to loop. Step increment specifies the amount the counter is increased when a Next statement is reached.

Similar questions