Question: Predict the output when the following code is executed: x=19 y=7 while x>y: print (x , y) if x+y <24: y = y+5 else :
Predict the output when the following code is executed:
x=19 y=7 while x>y:
print (x , y)
if x+y <24:
y = y+5
else :
x = x2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
