Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write in C program *********** /******************************** ********************* -- -- PSET 5 PGM #2 DESCRIPTION Body Mass Index ****************************************************** ********************* Write a program that calculates and

image text in transcribed

write in C program

*********** /******************************** ********************* -- -- PSET 5 PGM #2 DESCRIPTION Body Mass Index ****************************************************** ********************* Write a program that calculates and displays a person's body mass index (BMI). The BMI is often used to determine whether a person with a sedentary lifestyle is overweight or underweight for his or her height. A person's BMI is calculated with the following formula: BMI = weight * 703 / (height * height) where weight is measured in pounds and height is measured in inches. The program should display a message indicating whether the person has optimal weight, is underweight, or is overweight. A sedentary person's weight is considered to be optimal if his or her BMI is between 18.5 and 25. If the BMI is less than 18.5, the person is considered to be underweight. If the BMI value is greater than 25, the person is considered to be overweight. Demonstrate your program with three (3) test cases. (1) Underweight (2) Overweight (3) Optimal Weight ************************ ******** ********** ********************/ 'Paste' your Console Dialog & Results from the Compiler Output Window and 'Paste' your Source Code from the Compiler Source Code Window into

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

The Structure Of The Relational Database Model

Authors: Jan Paredaens ,Paul De Bra ,Marc Gyssens ,Dirk Van Gucht

1st Edition

3642699588, 978-3642699580

More Books

Students also viewed these Databases questions

Question

=+Are the contracts enforceable?

Answered: 1 week ago