Syntax of for...next in computer science
Answers
Answered by
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
English,
2 months ago
Math,
2 months ago
Geography,
2 months ago
English,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago