Computer Science, asked by sanjubhadana0001, 17 days ago

Define the FOR...NEXT looping statement with STEP statement.​

Answers

Answered by singhlafran
2

Answer:

The for... next statement is an iterative, incremental loop statement used to repeat a sequence of statements for a specific number of occurrences. ... This looping continues until the ending condition is met or the loop is explicitly exited with an exit or goto statement.

Explanation:

please Mark as BRAINLIST as BRAINLIST

Similar questions