Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please program the following questions in Python Language. 1. Expand your BMI program from LAB-1 in two ways: Accept user input for both: the number

Please program the following questions in Python Language.

image text in transcribed

image text in transcribed

1. Expand your BMI program from LAB-1 in two ways: Accept user input for both: the number of inches and, , the weight in pounds. Output the BMI, along with its rating, i.e., Underweight, Normal weight, Overweight, or Obese. as your reference for determining which Use https://www.nhlbi.nih Bov/health/edcational/lose wt/BMI/bmicalc.htm of the four ratings a BMI score should be given. Create a function bmi(inches.pounds) to perform the calculations and output. Your main program should ask the user for his or her height and weight, then call the function. To submit: Copy/paste your code (function header and function body, then main program), followed by each of the six calls and output, as shown below DO NOT mix the code or output in with the code and output from the other problem in this Lab! Keep the problems completely separate from each other! = RESTART: /usersam/Desktop/WINTER-201S/CIS.40/NEEK-3/bn.py = Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 120 BMII 18.378834718856335: Underweight 2018/C15-40/NEEK-3/bn.py wwwww.. RESTART Enter your height in inches, including decinal fractional parts: 7.75 Enter your weight in pounds: 121 BMI 18.531991666738137 Nornal weight **.**4 RESTART: /Users/ranp/Desktop/NTNTER-2018/C15-40/MEEK-3/bni.py.".. Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 163 BMI 24.964583815579854 : Normal weight RESTART: /users/maro/Desktop/WINTER-2818/CtS-48/WEEK-3/bmi,py . Enter your height in inches, including decimei frectional perts: 67.75 Enter your weight in pounds: 164 1 25.117740771503655 : Overweight """" RESTART: /usersamp/Desktop/WINTER-2018/CIS.48/NEEK-3/bn.py " Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight In pounds: 195 BH 29.86560640514154 : overweight RESTART: /Usersamp/Desktop/WINTER-2018/CIS-40/NEEK-3/bmi pya Enter your height in inches, including decimal fractional parts: 7.75 Enter your weight in pounds: 196 Blit, 3e.e18763361065 346 : obese

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_2

Step: 3

blur-text-image_3

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

Identify ways that country culture influences global business.

Answered: 1 week ago