Computer Science, asked by nanaakwesi93, 9 months ago

What is printed when the following lines of code are evaluated? x, y = 5, 9
while x > 0 or y > 0:
if x%2 == 0 :
print( x )
x = x - 1
y = y - 1

Answers

Answered by tamaghnadey1916
0

Answer:

Sorry but you have not given proper Indentation in your question. Please format your question and ask again

Similar questions