Question: Visual Basic: Develop a Windows Form application to calculate and display the lowest value, highest value, average value average value (rounded), and the square root

Visual Basic:

Develop a Windows Form application to calculate and display the lowest value, highest value, average value average value (rounded), and the square root of the average value. All grades are to be stored in an Array

General Requirements The following must be included in your project: 1. The Windows Form should be easy to understand using appropriate Label and ToolTip controls to help the user navigate through the application 2. Comments should be placed throughout your VB code. Variables and control objects should follow common naming conventions (see common naming conventions handout) 3. Array : Data entered into Textbox control objects should be stored in an Array using an appropriate data type 4. Use Textbox controls to enter the data and to display the output. 5. Use a Textbox control to display the solutions 6. Use Error Handling (Try...CatchFinally) to account for common errors. For example, if a user enters incorrect data types into the data point textboxes a. Display a message (using a MsgBox)to the user where necessary 7. Use a GroupBox control to contain both the Radio Button and input Textbox controls 8. You can use a For-Next Loop to find the lowest and highest values in the array 9. Use a Button control to calculate the solutions and a second Button control to exit the application

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!