Question: The Centers for Disease Control (CDC) uses the BMI values toindicate one of four stages, underweight (15-18), normal (19-25),overweight (25-30), and obese (31 or greater).
The Centers for Disease Control (CDC) uses the BMI values toindicate one of four stages, underweight (15-18), normal (19-25),overweight (25-30), and obese (31 or greater). In later labs, youwill learn how to make comparisons and setup decision statements tomake assignments automatically. For this hackathon, you will simplymake the assignment manually.
- Use the Python file in the left pane
- As in the previous labs, create the necessary variables tostore weight, height, and the formula constant 703.
- Assign the appropriate values to the variables you justcreated. You can use your own weight and height or those of someoneyou know
- Run the code to execute the formula and to get the result
Step by Step Solution
3.38 Rating (151 Votes )
There are 3 Steps involved in it
Python code for a BMI calculator Python Import the necessary libraries import math Define th... View full answer
Get step-by-step solutions from verified subject matter experts
