Question: 2) Write a C# program to create a BMI calculator app that reads the user's weight in pounds and height in inches (or, if you

2) Write a C\# program to create a BMI calculator app that reads the user's weight in pounds and height in inches (or, if you prefer, the user's weight in kilograms and height in meters), then calculates and displays the user's body mass index. The app should also display the following information from the Department of Health and Human Services/National Institutes of Health so the user can evaluate his/her BMI: [2.5 Marks] BMI VALUES Underweight: less than 18.5 Normal: between 18.5 and 24.9 Overweight: between 25 and 29.9 Obese: 30 or greater (Body Mass Index Calculator) The formulas for calculating the BMI are: BMI=heightInInchesheightInInchesweightInPnds703 3) Write a C\# program that reads an integer, then determines and displays whether it's odd or even. [Hint: Use the remainder operator. An even number is a multiple of 2. Any multiple of 2 leaves a remainder of 0 when divided by 2 .] [1 Mark]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
