C++ was used to create this console application
This C++ Program is for a Self-Banking Kiosk System for account holders in a bank. From this system, a customer will be able to do all their banking transaction on one machine. Also, the admin will be provided a separate interface to generate daily reports and manage user accounts.
Various programming concepts have been used in the making of this system, including structures, files to store user data, functions, pointers, etc. The usage of comments in the code will help in the understanding of the program.
Below are some screenshots of the console application:
Customer User Interface
Administrator User Interface