A Student Information and Grade Query System
Objective: Implement a menu driven grading system that will allow for entering 10 student names with 3 grades each. The system will autogenerate an ID per student entered, only display the average of the grades with correct ID entry, display specific information per student upon request, display all records per student for overview, and will continue prompting the user with it's menu until the user selects to exit.
Language: Visual Basic
Tools/Utilities: Visual Studio Community 2015. (Help with downloading this version can be found here.)
Replicate Instructions: Install Visual Studio, create a new .vb project, copy/paste the code from below, select "Build", then click "Start".
Code: