Program to verify a security code. This program accepts a code entered by the user and encrypts and verifies it with a set code.
- It asks user to choose an option from the given menu. It executes that option.
- Each option is made in a seperate function where parameters are only passed by reference.
- After executing the option, it brings you back to the menu and asks for your choice again.
- It continues this until the user selects Option '5' (Exit Program) which asks for user's confirmation to exit and then terminates the program.
- This program is made for a college assignment.