Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem: BMI Calculator ( bmi . py ) The Body Mass Index ( sometimes called the Body Mass Indicator ) is a number that is

Problem: BMI Calculator (bmi.py) The Body Mass Index (sometimes called the Body Mass Indicator) is a number that is a measure of body fat based on height and weight. Exercise UCF wants to make sure that anyone who participates in the program can check their BMI whenever they wish. For this problem, you will design a program that calculates a persons BMI based on their height and weight.Program SpecificationYou will need to ask the user for their height in inches and their weight in pounds. The calculation for BMI is below. You should then print out the resultant BMI with two decimal places to the user.BMI =7032Your program must include a header comment and at least one internal comment.Your program may not include material outside of modules 1 and 2. Input SpecificationNOTE: Input specifications guarantee that whoever uses your program, including the graders, will adhere to these specifications. This means that you do not need to check for them.1. The height will be a positive integer less than 100.2. The weight will be a positive integer less than 1000.Output SpecificationRemember to match the phrases provided below and in the sample runs.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro SQL Server Administration

Authors: Peter Carter

1st Edition

1484207106, 9781484207109

More Books

Students also viewed these Databases questions