✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What will be output when the following program is run?
age = 15height = 160weight = 55if (age < 18): if (height > 150): if (weight < 50): print("A") else: print("B") else: print("C")else: print("D")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!