Computer Science, asked by dhimanc200385, 6 months ago

17. Write the missing statement in the
following code:
CLS
FOR A = 10 TO 40 STEP 5
PRINT A
A
Your answer​

Answers

Answered by adwitadube259
0

Answer:

the missing line is NEXT

Explanation:

for eg

FOR I = 1 to 5

PRINT " high school "

NEXT I

Similar questions