write a c program for a banking application the application should pro
Question
Write a C++ program for a banking application. The application should provide 3 main functions of type void (1) Deposit money, (2) Check balance, (3) Withdraw money. The application must ask the end-user to enter the pin code (98765) first to use the above functions. Otherwise, a suitable message should be displayed on the screen telling the end-user it is a wrong pin code. The end-user should be able to keep choosing/moving among these options until s/he input 0, in which case the program stops running. The output screen may look like the below:.