Question: MTH 3300 Mid 7 6. Consider the code shown below. 1 X = int(input(Enter a number: )) 2 y = int(input(Enter a number: ')) 3
MTH 3300 Mid 7 6. Consider the code shown below. 1 X = int(input("Enter a number: )) 2 y = int(input("Enter a number: ')) 3 b = xy 4 5 if x 10: 9 print('') 10 elif x > 5 and x 10: 16 print('') (a) 7 points) What will print if the user enters 5 for x and 11 for y? Brietly explain what will happen from lines 5 through 16, specifying which blocks will execute and which will get skipped
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
