Hi everyone, i am conducting an annual report for my class and i would like someone with patience to help write a program for me. i have just recieved VB 6.
I need a program which will assign letter grades to students in my class, based on each students average result in 3 tests. All 3 tests are out of 100 and the program should hopefully be able to deal with all the students in the class in one run, as I shouldnt have to restart the program from scratch for each student. And the program should be able to deal with up to 100 students, the program must show an error message if the user types in zero or negative numbers and prompt the user to re enter the value correctly. After this, the user must be asked to press a command button to see another form asking for the test data. Each students data must be entered on a frsh screen! the program should ask user to enter thier family name, given name and mark out of 100 for each 3 tests. the program should check if user has entered a mark below zero or above 100 as well as non-numerical data. after entering marks and name, the program should calculate the students average mark for the 3 tests and assign a letter grade based on this :
>=90 - A
>=75 - B
>=45 - C
>=20 - D
< 20 - E
the letter grade and student name will appear in a highlighted section near bottom of input form. The user should then be prompted to move onto fresh screen ready to take new students results.
After last student enters results, program must ask user to press a command button to finish program!

Im very sorry for this, but I am a beginner and would greatly appreciate a detailed set of form functions to do this program, my email is [email protected] and i would appreciate anyone who takes up my challenge, the quicker the better as it is nearing mid terms!!

GOOD LUCK AND THANKYOU AGAIN