Computer Science, asked by malayjan3, 2 months ago

4.
CLS
C = 3
D = C*2
START:
PRINT C,D
C=C+2
IF C <= 10 THEN GOTO START:
END
output is​

Answers

Answered by SAGNIKPANDIT
0

Answer:

C = 5 as C=C+2

also C=3 so 3+2=5

Similar questions