Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. a) using visual studio b) (20 Points)Develop a BMI calculator using C# Windows Forms Application. The form should look something like the following figure,

1.
a) using visual studio image text in transcribed
b)
image text in transcribed
(20 Points)Develop a BMI calculator using C# Windows Forms Application. The form should look something like the following figure, with 3 inputs( height in feet, height in inches and weight in Ibs) and 1 output (BMI). Round the output to 1 decimal place. (Hint: It could happen that one or more of the inputs is either a negative number or non-numeric) Test your solution with the inputs of : height: 5'10", weight : 183 lbs and take a screen shot of the result. Your Height: (feet) (inches) Your Weight: (pounds) Compute BMI Your BMI: D Based on the BMI, find out if the user is "normal weight", "overweight", "underweight" or "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

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

7. Understand how this textbook is organized

Answered: 1 week ago