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
Science,
1 month ago
Social Sciences,
1 month ago
English,
3 months ago
Math,
3 months ago
Computer Science,
9 months ago
Computer Science,
9 months ago