Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What would the event document for each event in this program be? Case Programming Assignments 3 Design code, crea DY MASS aWindows Classic Desktop application

What would the event document for each event in this program be?

image text in transcribed

Case Programming Assignments 3 Design code, crea DY MASS aWindows Classic Desktop application and write the code that will execute according to the progo 8 the ts in Figure 7-62. Before designing the user interface, create a Use Case Definition. Before wst te an event planning document for each event in the program. REQUIREMENTS DOCUMENT Date: Date Submitted: Application Title: Body Mass Index (BMI) Calculator with CDC Chart Purpose: October 19, 2019 This Windows Classic Desktop application allows the user to enter a height and weight and computes the user's body mass index. An interpretation according to CDC standards is displayed correlating to the BMI value. I'he user will enter a height and weight using either the imperial or metric system. 1. The user first views a Windows application that displays a titde, a BMI graphic, a 2. When the user selects imperial or metric and the height and weight, the Compute 3. A Sub procedure should be called to handle the imperial and metric BMI calculations Program Procedures: h Algorithms, Processing, and Conditions: List Box object to select the imperial or metric system, and labels to enter information for the user's height and weight. BMI button can be selected. 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. to the CDC, the BMI relates to the following interpretations: BMI Weight Status Below 18.5Underweight 18.5- 24.9 25.0-29.9 30.0 and Above Obese Normal Weight verweight Display a label with the weight status in the original procedure based on the BN Weight Status chart 1. The result should be calculated to the hundredths place Notes and Restrictions: 2. The input values should be validated by a Try-Catch block. 1. An image from the web should be used for the background BMI graphic on both 2. An opening splash screen should be displayed for two seconds. omments: forms

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

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago