|
@ -72,15 +72,9 @@ public class Main { |
|
|
// View Grades from Student |
|
|
// View Grades from Student |
|
|
break; |
|
|
break; |
|
|
case 11: |
|
|
case 11: |
|
|
// View User |
|
|
|
|
|
break; |
|
|
|
|
|
case 12: |
|
|
|
|
|
// Delete User |
|
|
// Delete User |
|
|
break; |
|
|
break; |
|
|
case 13: |
|
|
|
|
|
// View Course List |
|
|
|
|
|
break; |
|
|
|
|
|
case 14: |
|
|
|
|
|
|
|
|
case 12: |
|
|
// Exit (includes saving data in the files) |
|
|
// Exit (includes saving data in the files) |
|
|
exit = true; |
|
|
exit = true; |
|
|
System.out.println("Exiting..."); |
|
|
System.out.println("Exiting..."); |
|
|