Question: Please help me create this VISUAL BASIC CONSOLE APPPLICATION A teacher has six students and wants you to create a program that stores their grade

Please help me create this VISUAL BASIC CONSOLE APPPLICATION

A teacher has six students and wants you to create a program that stores their grade data in a file and prints a grade report. The program should have a structure that stores the following student data: Name (a string), Test Scores (an array of five Doubles), and Average (a Double). Because the teacher has six students, the program should use an array of six structure variables. The program should allow the user to enter data for each student, and calculate the average test score.

Create a Console Application with the folllowing requirements:

Save the data to a file

Read the data from the file

Sum the test scores for each student

Average of each student

Print a report showing each students test scores and average score

Input validation: Do not accept test scores less than zero or greater than 100.

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!