This Visual Basic program calculates the average grades of 15 students across 3 subjects and displays the results by subject and by student. It uses arrays to store the grades inputted in text boxes for each subject and each student, calculates the average for each subject by summing the arrays and dividing by 15, and displays the averages in text boxes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
30 views2 pages
Visual 4
This Visual Basic program calculates the average grades of 15 students across 3 subjects and displays the results by subject and by student. It uses arrays to store the grades inputted in text boxes for each subject and each student, calculates the average for each subject by summing the arrays and dividing by 15, and displays the averages in text boxes.