Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use python algorithm CS 1030 Living in Computer World Summer 2018 te: 1) Write a Python program named BMI. The body mass index (BMI)

image text in transcribed

please use python algorithm

CS 1030 Living in Computer World Summer 2018 te: 1) Write a Python program named BMI. The body mass index (BMI) is often used to determine whether a person with a sedentary lifestyle is overweight or under-weight for his or her height. A person's BMI is calculated with the following formula: BMT-Weight 703 Height where weight is measured in pounds and height is measured in inches. The program should ask the user for their weigh and height, calculate and display their BMI, and display a message indicating whether the person has optimal weight, is underweight, or is overweight. A sedentary person's weight is considered optimal if his or her BMI is between 18.5 and 25. If the BMI is less than 18.5, the person is considered underweight. If the BMI value is greater than 25, the person is considered overweight

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant B. Navathe

7th Edition Global Edition

1292097612, 978-1292097619

More Books

Students also viewed these Databases questions