Question: Visual Basic programming please help Thank you! A teacher has six students and wants you to create an application that stores their grade data in

 Visual Basic programming please help Thank you! A teacher has six

Visual Basic programming please help Thank you!

A teacher has six students and wants you to create an application that stores their grade data in a file and prints a grade report. The application 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 application should use an array of six structure variables. The application should allow the user to enter data for each student, and calculate the average test score. Figure 9-32 shows the application at runtime, containing sample values and calculated results. The user should be able to save the data to a file, read the data from the file, and print a report showing each student's test scores and average score. The form shown in Figure 9-32 uses a menu system. You may use buttons instead if you prefer. Input validation: Do not accept test scores less than zero or greater than 100. A teacher has six students and wants you to create an application that stores their grade data in a file and prints a grade report. The application 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 application should use an array of six structure variables. The application should allow the user to enter data for each student, and calculate the average test score. Figure 9-32 shows the application at runtime, containing sample values and calculated results. The user should be able to save the data to a file, read the data from the file, and print a report showing each student's test scores and average score. The form shown in Figure 9-32 uses a menu system. You may use buttons instead if you prefer. 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!