Computer Science, asked by neerajy10005, 3 months ago

In a for NEXT loop , the loop NEXT statement signals the end of the loop. true or false​

Answers

Answered by Voder
1

Answer:

True

Explanation:

When the counter is greater than end, the loop is not repeated, but the statement followed by Next is executed. Next is the way of ending loop.

Similar questions