c. n=10
while n<50:
print(n+n)
n+=10
print("Program done") write the output for the code of statements
Answers
Answered by
9
20
40
60
80
Program done
Answered by
2
Answer:
20
40
60
80
Program done
Explanation:
pls follow up
Similar questions
English,
2 months ago
Social Sciences,
2 months ago
Physics,
2 months ago
Science,
4 months ago
Social Sciences,
10 months ago