Question: How to code the BMI Calculator using Visual Basic? ramming Assignments BODY MASS INDEX (BMI) CALCULATOR Desiga igure 7-72. Before designing the user interface, create

How to code the BMI Calculator using Visual Basic?
 How to code the BMI Calculator using Visual Basic? ramming Assignments

ramming Assignments BODY MASS INDEX (BMI) CALCULATOR Desiga igure 7-72. Before designing the user interface, create a Use Case Definition. Before writing the code, in require- ent planning document for each event in the program. REQUIREMENTS DOCUMENT Date: Date Submitted: Application Title: Purpose: October 19, 2017 Body Mass Index (BMI) Calculator This Windows Desktop application allows the user to enter a height and weight and computes the user's body mass index. The user will enter a height and weight using either the imperial or metric ystem. 1. The user first views a Windows application that displays a titde, a B i graphic Program Procedures: Algorithms, Processing, and Conditions: a ListBox object to select the imperial or metric systen, and lab:lk to erie information for the user's height and weight. 2. When the user selects imperial or metric and the height and weight, the oopa BMI button can be selected 3. A Sub procedure should be called to handle the imperial and metric EM calculations using the following formulas: BMI (Weight in Pounds /(Height in Inches Height in Inches)) 703 BMI Weight in Kilograms /(Height in Meters Height in Meters) 4. Two Function procedures should be called based on the system selected. Each Function procedure will calculate the BMI and return the Decimal value to the calling procedure. The original procedure will display the result. Notes and Restrictions: Comments: 1. The result should be calculated to the hundredths place. 2. The input values should be validated by a Try-Catch block. 1. An image from the web should be used for the BMI graphic. 2. An opening splash screen should be displayed for three seconds

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!