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

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
Get step-by-step solutions from verified subject matter experts
