Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CPT 341 VB.NET Project 1 Grade Calculator VB Topics Introduced: Windows Form, Array, Variable and Data Types, Data Assignment, Conditional Statements, Error Handling, Checkbox Control,

CPT 341 VB.NET Project 1 Grade Calculator

VB Topics Introduced:

Windows Form, Array, Variable and Data Types, Data Assignment, Conditional Statements, Error Handling, Checkbox Control, Group Box Control, ToolTip Control, For-Next Loop, Listbox Control, Arrays, MsgBox

Develop a Windows Form application to calculate and display the average, standard deviation, minimum value, and maximum value 6 grades. All grades are to be stored in an Array

image text in transcribed

General Requirements The following must be included in your project:

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)

Array : Data entered into Textbox control objects should be stored in an Array using an appropriate data type

Use Textbox controls to enter the data and to display the output.

Use a ListBox control to display the solutions

Use Error Handling (Try...CatchFinally) to account for common errors. For example, if a user enters incorrect data types into the data point textboxes

Display a message (using a MsgBox)to the user where necessary

Use a GroupBox control to contain the Checkbox controls

You can use a For-Next Loop to find the minimum and maximum values in the array

Use a Buton control to calculate the solutions and to clear all the data on the Form

u 2017 Semester Grade Calculator 2017 Spring Semester Grade Calculator Checkbox options Grade 1 Highest Grade Grade 2 Lowest Grade Average Grade Grade 4 Standard Deviation Grade 6 Calculate Solution Gear All

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

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Luc Perkins, Eric Redmond, Jim Wilson

2nd Edition

1680502530, 978-1680502534

More Books

Students also viewed these Databases questions