DOCUMENTION
DOCUMENTION
Problem Statement
How It Works:
The user is prompted to enter a number corresponding to their choice. The program
then uses a switch statement to perform the appropriate action based on the selected
option. Each case within the switch statement outputs a message indicating the user’s
choice. For instance, if the user selects "1" for adding a student, the program will
confirm by displaying, "You chose to Add Student." If an invalid choice is entered,
the program defaults to a message instructing the user to try again.
Program Structure: