*** Student Database Program ***
The database has been initialized with 100 empty records.
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 1
Enter the student ID: 24
What is the name of the student? John Smith
What is the student's major? IMGD
What is the student's GPA? 3.5
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 1
Enter the student ID: 3
What is the name of the student? Vijay Singh
What is the student's major? ECE
What is the student's GPA? 3.8
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 2
*** Student Database ***
3 Vijay Singh ECE 3.8
24 John Smith IMGD 3.5
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 3
Enter the ID of the student: 3
The student record for student 3 has been deleted.
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 2
*** Student Database ***
24 John Smith IMGD 3.5
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 4
Enter the ID of the student: 24
Enter 1 to change the student's major, or 2 to change the student's GPA: 2
Enter the new GPA: 3.3
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 2
*** Student Database ***
24 John Smith IMGD 3.3
What would you like to do?
Enter
1 to insert a new student into the datatbase
2 to list all students in the database
3 to delete a student from the database
4 to update the information about a student in the database
Type any other number to quit
--> 0
Program terminating.
/cs/bin/turnin submit cs2301 hw5 hw5.c
Programs submitted after 11:59pm on December 4 will be tagged as late, and will be subject to the late homework policy.