Answered step by step
Verified Expert Solution
Question
1 Approved Answer
kindy solve in 15 minute, i will give you two likes .. Question 1 Not yet answered Marked out of 1.00 Flag question What words
kindy solve in 15 minute, i will give you two likes ..
Question 1 Not yet answered Marked out of 1.00 Flag question What words will the following code output if the user enters 5, 4 and 1? a = int(input("Enter a value:-)) b = int(input("Enter a value:-)) c = int(input("Enter a value: "); if a >b: 1f b > C: print("Spam") else: print("Jam") if b> c: print("Ham") if a c: print("Sandwich) elif a = 5: print("Omelette) a. Spam Ham Sandwich b. Spam Ham C. Spam d. Jam e. Spam Ham Sandwich Omelette Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started