Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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,

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

2017 Spring Semester Grade Calculator Checkbox Options hkhest Grade Grade Grade Deviation Calalde Clear 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

Murach's SQL Server 2012 For Developers

Authors: Bryan Syverson, Joel Murach, Mike Murach

1st Edition

1890774693, 9781890774691

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago