Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c# C# Console and Windows s Programmina usina Visual C#.Net indu 4.4 Body Mass Index 1. 2. Create a new project with a class called

c#

image text in transcribed

C# Console and Windows s Programmina usina Visual C#.Net indu 4.4 Body Mass Index 1. 2. Create a new project with a class called BMI. Set up appropriate variables (read below first) Add a new method called getDetails) which will allow the user to enter their weight (in kgs) and height (in metres) Another method called calcBMI() returns a value for the BMI using this formula: 8. 4. BMI = weight in kg/(height in metresf Another method displays the BMI value and a message depending on the value of the BMI 5. BMI less than 18.5 BMI 18.5 up to 25 BMI 25 up to 30 BMI 30 up to 40 40 or over . Underweight . Desirable weight for size Overweight Obese BMI .. Severely Obese 6. Your Main() method should create a new BMI object and then call the appropriate methods to enter the user's weight and height and then calculate and display the BMI value and message xtra: . Modify the program so that it can cope with either metric measurements (kg and metres) or imperial (pounds and inches) Calculating BMI (Body Mass Index) BMI = weight in kg/(height in metres . BMI weight in pounds x 703/(height in inches)2

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

Database 101

Authors: Guy Kawasaki

1st Edition

0938151525, 978-0938151524

More Books

Students also viewed these Databases questions

Question

Draw a schematic diagram of I.C. engines and name the parts.

Answered: 1 week ago

Question

explain the need for human resource strategies in organisations

Answered: 1 week ago

Question

describe the stages involved in human resource planning

Answered: 1 week ago