Computer Science, asked by faaizbinusman, 3 months ago

Syntax of for...next in computer science

Answers

Answered by anujk67873
0

Answer:

The basic syntax is simple - a variable is given a starting value and ending value, and it increments on each pass of the loop:

FOR i = 1 TO 10

NEXT

Similar questions