Create and test a Visual Basic application to allow teachers to enter student results.

One dimension of the array will hold the results for up to 10 students.
The other dimension will hold up to 5 subjects.
Additionally a string based array will hold the names of the subjects.
Include a user interface to allow a teacher to enter the names of each subject, and also enter the results for each subject.
Allow for results with a value from 0 to 100 with whole numbers only.
When the "Summary" button is pressed, display the Name, Min, Max and average for each subject.