Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?
image text in transcribed
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

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 Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

More Books

Students also viewed these Databases questions