What can be the output for the following c ode:
CLS
FOR number = 1 TO 10 STEP 2
PRINT number
NEXT number
END
Answers
Answered by
0
Answer:
What can be the output for the following c ode:
CLS
FOR number = 1 TO 10 STEP 2
PRINT number
NEXT number
END
Similar questions