logo

Crowdly

What will be output when the following program is run? age = 15 height ...

✅ 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 = 15

height = 160

weight = 55

if (age < 18):

if (height > 150):

if (weight < 50):

print("A")

else:

print("B")

else:

print("C")

else:

print("D")

More questions like this

Want instant access to all verified answers on learn2025.ukzn.ac.za?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!