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
0
Answer:
10
15
20
25
30
35
40
45
50
then program ends.
Similar questions
Physics,
2 months ago
Business Studies,
2 months ago
History,
2 months ago
Computer Science,
4 months ago
Physics,
10 months ago