A STEP statement is used for __________.
Answers
Answered by
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
1
Answer:
step is used for repeat a statement in satisfied number of time
Similar questions