Question: Python: Object Oriented Programming Can I please get code for the following Write a class called GOT cast to takes a character's height in

Python: Object Oriented Programming

Can I please get code for the following

Python: Object Oriented Programming Can I please get code for the following

Write a class called " GOT cast" to takes a character's height in inches and weight in pounds as input, computes the BMI and determines whether the person is underweight, normal weight, overweight or obese. The BMI formula is BMI (weight/ (height* height)) 703. Determine a character's BMI category using the following: underweight (BMI - 30). You must print out the result using class methods as shown below. The BMI for "Jon Snow" with height 68 inches and weight 170 lbs is: 25.85. The category is overweight The BMI for "Samwell Tarly" with height 68 inches and weight 238 lbs is: 36.18. The category is obese The BMI for "Tyrion Lannister" with height 53 inches and weight 110 1bs is: 27.53. The category is overweight

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!