Computer Science, asked by Abc1000, 1 year ago

What is the FOR....NEXT loop?

Answers

Answered by Fruity456
8
The process of repeating a program segment in a loop can be simplified and controlled by using FOR..... NEXT statement.The FOR.....NEXT statement is used when a group of statements are to be executed a specific number of times.This also reduces the length of a program.
Answered by ashi55
0
it is flow control loop of a program which have a one line containing the integer declaration, conditional operators nd increment dicreement operator
Similar questions