Answered step by step
Verified Expert Solution
Question
1 Approved Answer
kindly solve in 15 minute, i will give you two likes.. TI Question 1 Not yet answered Marked out of 1.00 Flag question What words
kindly solve in 15 minute, i will give you two likes..
TI 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 17 a = int(input("Enter a value:-)) bint(input("Enter a value:-)) c = int(input("Enter a value:-)) if a > b: if b > C: print("Spam") else: print("Jam") if b > C: print("Ham") 11 aC print("Sandwich- elit 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