Computer Science, asked by ishant3197, 1 month ago

What is the purpose of the NEXT statement?​

Answers

Answered by ItzSiddhi3009
4

Answer:

Next statement is an iterative, incremental loop statement used to repeat a sequence of statements for a specific number of occurrences. ... If the loop-ending condition is not met, the loop variable is incremented by 1 or by the value of the step expression and program control transfers back to the beginning of the loop.

Explanation:

MARK ME BRAINLIEST

Similar questions