Computer Science, asked by sia42, 1 year ago

########pls answer$$$$$$$$



Define the FOR..... Next looping statement.......​

Answers

Answered by arajanand123
3

Answer:

Explanation: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.

Answered by laraibmukhtar55
3

For... next looping statement:

• For... Next looping statements begin with a “For” keyword and end with a “Next”  

• There are two types of “For” Statements  namely “For Next” & “For Each Next”  

• The primary use of “For looping statement” is to systematize a program, to read a block of statements until the statement runs a specified number of times as determined by the start, end, and step values.

Hope it helped...

Similar questions