Answered step by step
Verified Expert Solution
Question
1 Approved Answer
language: Visual Studio REQUIREMENTS DOCUMENT September 30, 2016 Date: Date Submitted: Application Tide: Fitness Challenge Application This application finds the average weight loss of a
language: Visual Studio
REQUIREMENTS DOCUMENT September 30, 2016 Date: Date Submitted: Application Tide: Fitness Challenge Application This application finds the average weight loss of a team of Purpose: eight employees Program Procedures: Algorithms Processing, and Conditions: In a Windows Desktop application, the user enters the weighe loss amounts of eight employees as positive numbers to compute the average weight loss for the entire team. 1. The user must be able to enter each of eight weight loss Weight Loss button. 2. Each weight loss value is validated to confirm it is numeric and greater than zero. values in pounds after tapping or clicking the Enter 3. Each weight loss value is displayed in a ListBox object. 4. After the user enters eight weight loss values or taps or clicks the Cancel button in an input box, the program calculates and displays the average weight loss for the team. 5. A menu bar includes the File menu, which contains Clear and Exit items. The Clear menu item clears the result and the weight loss values. The Exit menu item closes the application. Notes and Restrictions: 1. If a nonnumeric or negative value is entered for the weight loss, the program should display an error message and ask the user to re-enter the value. 2. If the user taps or clicks the Cancel button before entering any weight loss values, a message should indicate no weight loss values were entered. An average is not calculated when no weight loss values are entered. Comments: 1. The picture shown in the window can be found on CengageBrain.com. The name of the picture is Weight. 2. The average weight loss should be formatted as a Decimal value with one decimal place. REQUIREMENTS DOCUMENT September 30, 2016 Date: Date Submitted: Application Tide: Fitness Challenge Application This application finds the average weight loss of a team of Purpose: eight employees Program Procedures: Algorithms Processing, and Conditions: In a Windows Desktop application, the user enters the weighe loss amounts of eight employees as positive numbers to compute the average weight loss for the entire team. 1. The user must be able to enter each of eight weight loss Weight Loss button. 2. Each weight loss value is validated to confirm it is numeric and greater than zero. values in pounds after tapping or clicking the Enter 3. Each weight loss value is displayed in a ListBox object. 4. After the user enters eight weight loss values or taps or clicks the Cancel button in an input box, the program calculates and displays the average weight loss for the team. 5. A menu bar includes the File menu, which contains Clear and Exit items. The Clear menu item clears the result and the weight loss values. The Exit menu item closes the application. Notes and Restrictions: 1. If a nonnumeric or negative value is entered for the weight loss, the program should display an error message and ask the user to re-enter the value. 2. If the user taps or clicks the Cancel button before entering any weight loss values, a message should indicate no weight loss values were entered. An average is not calculated when no weight loss values are entered. Comments: 1. The picture shown in the window can be found on CengageBrain.com. The name of the picture is Weight. 2. The average weight loss should be formatted as a Decimal value with one decimal placeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started