Back

/-/-/-/-/-/-/-/-/-/ Computer Center \-\-\-\-\-\-\-\-\-\

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 1
------------ Add New User ------------

Please enter the following information:
User Name: matt
Name: Matt Kaliszewski
Phone Number: 6179896523
Privilege: Administrator

*******************************
*** User succesfully added! ***
*******************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 1
------------ Add New User ------------

Please enter the following information:
User Name: aaron
Name: Aaron Kaliszewski
Phone Number: 5089491111
Privilege: Power User

*******************************
*** User succesfully added! ***
*******************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 1
------------ Add New User ------------

Please enter the following information:
User Name: jack
Name: Jack Smith
Phone Number: 6179891234
Privilege: User

*******************************
*** User succesfully added! ***
*******************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 3
------------ All Users ------------

0 ->
1 ->
2 ->
3 ->
4 ->
5 ->
6 ->
7 ->
8 -> matt
9 -> aaron -> jack
What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 1
------------ Add New User ------------

Please enter the following information:
User Name: seean
Name: Seean Weaver
Phone Number: 5089436545
Privilege: Domain User

*******************************
*** User succesfully added! ***
*******************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 1
------------ Add New User ------------

Please enter the following information:
User Name: matt
Name: Matt Busby
Phone Number: 6179895555
Privilege: Power User

******************************
*** User already exists!!! ***
******************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 2
------------ Delete User ------------

Please enter the User Name of the user to be deleted
--> aaron

*********************************
*** User succesfully deleted! ***
*********************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 3
------------ All Users ------------

0 ->
1 ->
2 ->
3 ->
4 -> seean
5 ->
6 ->
7 ->
8 -> matt
9 -> jack
What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 1
------------ Add New User ------------

Please enter the following information:
User Name: jon
Name: Jon Chagnon
Phone Number: 6179896789
Privilege: Administrator

*******************************
*** User succesfully added! ***
*******************************

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 3
------------ All Users ------------

0 ->
1 ->
2 ->
3 ->
4 -> seean
5 ->
6 ->
7 -> jon
8 -> matt
9 -> jack
What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 4
------------ Detailed User Info ------------

Please enter the User Name of the user you wish to lookup
--> matt
User Name: matt
Name: Matt
Phone Number: 6179896523
Privilege: Administrator

What would you like to do?

1 - Add a new user
2 - Delete a user
3 - Print a list of all users
4 - Print the information for a specific user
5 - Exit

Enter your choice: 5

Exiting Program...

Press any key to continue

Back