Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please solve the code in python.You are one of the gym instructors at AmiKenoMota. You decide to provide a customized diet and exercise plan based
Please solve the code in python.You are one of the gym instructors at AmiKenoMota. You decide to provide a
customized diet and exercise plan based on the BMI of an individual. You measure
the weight in kilograms and the height in meters and calculate the BMI before a
plan can be decided. Write a BMI function that takes in two values, weight in
and height in and print the score along with the condition. Make sure to
convert into before calculation
BMIheight weight
BMI
Based on the BMI score, return the following output.
Underweight
Normal
Overweight
Obese
Sample Output
Score is You are Obese
Score is You are Normal
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