Computer Science, asked by shashichoudhary2819, 3 months ago

A STEP statement is used for __________.

Answers

Answered by mmirzaakrambeig
0

Answer:

Once the loop starts and all statements in the loop have executed, step is added to counter. At this point, either the statements in the loop execute again (based on the same test that caused the loop to execute initially), or the loop is exited and execution continues with the statement following the Next statement.

Answered by seemadevi0123abc
1

Answer:

step is used for repeat a statement in satisfied number of time

Similar questions