Create a program that outputs BMI in Python
-It must use height in M and weight in KG from user input
-It must round the BMI to 1 decimal place
-It must have else-if statements that check what range of the BMI the BMI is in
-It must output the total BMI and the range the user is in

Create a program that outputs BMI in Python It must use hei.pdf

  • 1.
    Create a programthat outputs BMI in Python -It must use height in M and weight in KG from user input -It must round the BMI to 1 decimal place -It must have else-if statements that check what range of the BMI the BMI is in -It must output the total BMI and the range the user is in