Computer Science, asked by shreeshant28, 4 months ago

Display the output of the following programs:
1.
CLS
P = 5
START:
PRINT P
P= P + 5
IF P <= 50 THEN GOTO START:
END​

Answers

Answered by ramvaros
0

Answer:

10

15

20

25

30

35

40

45

50

then program ends.

Similar questions