Computer Science, asked by neelamdevi6205083526, 6 months ago

E. Find the errors in the following programs.
1 X = 5
DO WHILE X <= 50
PRINT X
X = x + 5​

Answers

Answered by Anonymous
8

Answer:

hi...

the answer is according to the python language..

Explanation:

x=5

while x<=50:

print(x)

x=x+5

hope it helps you...✌️

Similar questions