So, I created a program that allows a user to create student, delete student, display all students, search students, and quit. They are labeled 1 - 5, respectively. However, if a user were to enter 1, create the student, be taken back to the main menu and typed in x. It shoots back into whatever was done last. In this case, it was creating the student. It then asks for the GPA over again and creates a duplicate student in the array.
I'll attach the main.cpp