Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CPT 341 VB.NET NJIT Project 1-Data Calculator, Spring Semester 2019 Develop a Windows Form application to calculate and display the average, standard deviation, minimum value,
CPT 341 VB.NET NJIT Project 1-Data Calculator, Spring Semester 2019 Develop a Windows Form application to calculate and display the average, standard deviation, minimum value, and maximum value from 6 data points. All data points are to be stored in an array. Calculate options are to be provided using RadioButton controls and Textbox controls are to be used for input/output. Windows Form, Array, Variable and Data Types, Data Assignment, Conditional Statements, Error Handling, Radio Button Control Object, Group Box Control Object, ToolTip Control Object, For-Next Loop, MsgBox(), PictureBox Control Object, Icon Formi Text Data Calculator-Spring 2019 Label Control Data Text Box Control Sample 1 Sample 2 Sample 3 Pcture Box Control Caloulate Options - Average Radio Button Control Minimum Value Maximum Value Standard Deviation Text Box Control Data Calculator- Spring 2019 lcon Data Group Box Control Sample 1 Sample 2 Sample 3 Caloulate Options o Average Mnimum Value Maximum Value Standard Deviation Button Control Solution Tool Tip Contrel Click Here To Calculate Data Calculator-Spring 2019 Dala 43566.92 768 12 Sample 1 Sample 2 Sample 3 6445 5656.111 Average Maximum Value 1. In the source code, make sure to include your name, class, and date 2. The Windows Form should be easy to understand using appropriate Label and ToolTip controls to help the user navigate through the application (see sample Form and sample video) 3. Comments should be placed throughout your VB code. Variables and control object naming should follow common naming conventions (see common naming conventions handout) 4. Use Textbox controls to enter the sample data values and to display the solution 5. Use Label controls 6. Use Error Handling (Try...Catch...Finally) to account for common erors. For example, if a user enters incorrect data types into the sample data textboxes a. Display a message (using a MsgBox) where necessary 7. Use a GroupBox control to contain the RadioButton, TextBox, and Label controls 8. Use a PictureBox control to display a representative image on the Windows Formm 9. Use a ToolTip control to prompt users (for a mouse-over) Points Source code comments throughout the project code and date in the source code comments Error Handling (Try Catch) Tool Tips Use of an Picture Box Contro Use of a message box Group Box control Use of and representative text for data error condition to the u conventions (no default control Program logic and correct calculations/solutions Total 100 Formi.vb.XL miasteren Imports System.IO Public Class Form1 Form1.vb [Design]" Form (Declarations) Name.e. John Doe Class i.e.January 26, 2019 Date 1.e. CPT 341-102 Spring Semester Average: X= 72 variance: 2- n-1 Standard Deviation : = n-1
Step 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