Computer Science, asked by kanaklataverma33, 1 month ago

What is the syntax of FOR...NEXT loop?​

Answers

Answered by Anonymous
2

next loop executes a set of statements for successive values of a variable until a limiting value is encountered. Such values are specified by establishing an initial value (num. exp1), a limiting value (num. exp2), and an optional increment value (num).

Similar questions