Computer Science, asked by rightchoiceclassifie, 3 months ago

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 knsajid202
0

Answer:

this syntex is

for loop...

Similar questions