Computer Science, asked by piyushshukla9642, 3 months ago

Answer all the questions,
Look at this program to print the series
from 1 to 10. In this program there are
some errors. So find out the errors and
rewrite the correct program,
CLS
C=0
DO WHILE C >= 10
PRINT C
c= c + 1
END​

Answers

Answered by malongjoseph64
0

Answer:

print c

c=0

cls

DO While

end

Similar questions
Math, 1 month ago