Computer Science, asked by shekharchandrashekha, 2 months ago

This is the syntax of which loop?
FOR C=1 TO 10
FOR D=1 TO 10
NEXT D
NEXT C
END​

Answers

Answered by Anonymous
0

This is the syntax of which loop?

FOR C=1 TO 10

FOR D=1 TO 10

NEXT D

NEXT C

END​

Similar questions