Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DO NOT COPY AND PASTE A PREVIOUS ANSWER ON CHEGG!!! SUBMIT ORIGINAL CODE CPT 341 VB.NET Project 1 -Fall 2017 VB Topics Introduced Windows Form,

DO NOT COPY AND PASTE A PREVIOUS ANSWER ON CHEGG!!! SUBMIT ORIGINAL CODEimage text in transcribed

CPT 341 VB.NET Project 1 -Fall 2017 VB Topics Introduced Windows Form, Arrays, Variable and Data Types, Data Assignment, Conditional Statements, Exception Handling (Try-Catch), Radio Button Control, Group Box Control, ToolTips, Textbox Control, MsgBox. For-Next 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 CPT 341 Project 1 Fall 2017 CPT 341 Projecl 1 - Fall 2017 Erter Number Radio Button Optiona Value 1 Value 2 Value 3 Value 4 Value 5 Value 6 Lowest Valuc O Hghest Value O Average Value Average Valuc (Rounded) Average Value Square Root Calculate Exit General Requirements-The following must be included in your proiect: The Windows Form should be easy to understand using appropriate Label and ToolTip controls to help the user navigate through the application Comments should be placed throughout your VB code. Variables and control objects should follow common naming conventions (see common naming conventions handout) 1. 2. 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...Catch...Finally) 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. 8. 9. Use a GroupBox control to contain both the Radio Button and input Textbox controls You can use a For-Next Loop to find the lowest and highest values in the array Use a Button control to calculate the solutions and a second Button control to exit the application Project 1 Due Date: Monday, September 25, 2017 Note: Send all completed VB project files to: wxt1955@njit.edu (or send via Dropbox, Google Drive, etc.)

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

More Books

Students also viewed these Databases questions