Computer Science, asked by dapimpisere, 4 days ago

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 Anonymous
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