1. This is the syntax of which loop?
FOR C=1 TO 10
FOR D=1 TO 10
NEXT D
NEXT C
END
a) FOR... NEXT
b) FOR...NEXT with STEP
c) NESTED-FOR...NEXT
Answers
Answered by
0
Answer:
this syntex is
for loop...
Similar questions