Question: Write a program in Python using Mu editor and in Pseudocode in visual studio code that calculates the users Body Mass Index ( BMI )

Write a program in Python using Mu editor and in Pseudocode in visual studio code that calculates the users Body Mass Index (BMI). Your program should prompt the user for their weight in pounds and height in feet and inches. You should then display their BMI value based on their input.
The BMI is calculated with the following formula:
BMI=
For more information on the BMI visit Wikipedia. To test your application you can use this online BMI calculator.
Your Input statements must be inside the main() procedure. The BMI calculation and the output statement for the BMI must be inside the display_bmi() procedure. See details below. Do not use the Return statement (which we will learn in chapter 6).
Use the appropriate data types. The number of feet is measured in whole numbers. Inches and pounds may have decimal values.
Write a program in Python using Mu editor and in

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 Programming Questions!