CIS 56 INTRODUCTION TO VISUAL BASIC

SPRING 2003

QUIZ # 2 OPTION 1

DUE: BY 10:00 P.M. MONDAY, APRIL 21, 2003.

THERE WILL BE NO LATE ACCEPTANCES

 

As will all quizzes/tests, you are to direct any and all inquiries to myself.

 

The program, which accompanies this instruction list, is quite incomplete and includes errors. BE SURE YOU LOOK AT EVERYTHING IVE DONE UP TO THIS POINT

 

What is does is that when the program is run, the student data array is loaded with student data. This is done in the form load event.

 

When the command BEGIN button is pressed, the user is prompted to enter three grades for 5 students.

 

Note that this program includes only one form at this time and one standard code module.

 

If you choose this option, you are to do the following.

 

You are to correct the errors.

Then you are to code the procedures, functions whatever tools you need to calculate the average of the grades you entered and place them in the student grade arrays column 4.

 

You are also to add an additional form and do the coding to have the user enter a specific student id and have that students data from both arrays display on the form.

 

Add yet another form that upon being loaded will display all the student data records and grades respectively.

 

NOTE: THE STUDENTS ID SHOULD ONLY BE DISPLAYED ONCE.

 

You must also explicitly as possible, DOCUMENT EVERYTHING!!