Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is my lab 1 code ^ for my BMI expansion. 1. Expand your BMI program from LAB-1 in two ways: Accept user input for

image text in transcribed

image text in transcribed

image text in transcribed

This is my lab 1 code ^ for my BMI expansion.

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.gov/health/educational/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: /Users/mamp/Desktop/WINTER-2018/CIS-40/WEEK-3/bmi.py Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 128 BMI 18.378834718856335 : Underweight RESTART: /Users/mamp/Desktop/WINTER-2018/CIS-40/WEEK-3/bmi.py Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 121 BMI 18.531991666780137 : Normal weight RESTART: /Users/mamp/Desktop/WINTER-2018/CIS-40/WEEK-3/bmi.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/mamp/Desktop/WINTER-2018/CIS-40/WEEK-3/bmi.py Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 164 BNI 25.117740771583655 : Overweight RESTART: /Users/mamp/Desktop/WINTER-2018/CIS-40/WEEK-3/bmi.py Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 195 BMI = 29.86568648514154 : Overweight RESTART: /Users/mamp/Desktop/WINTER-2018/CIS-40/WEEK-3/bmi.py Enter your height in inches, including decimal fractional parts: 67.75 Enter your weight in pounds: 196 BAI! 3e . e18763361065346 : 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

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

Advances In Database Technology Edbt 88 International Conference On Extending Database Technology Venice Italy March 14 18 1988 Proceedings Lncs 303

Authors: Joachim W. Schmidt ,Stefano Ceri ,Michele Missikoff

1988th Edition

3540190740, 978-3540190745

More Books

Students also viewed these Databases questions