Create a program using c++ compiler that is able to do basic banking transactions. Presuppose that an existing account is available with an initial balance of 10,000 pesos. To perform any transaction,...



  1. Create a program using c++ compiler that is able to do basic banking transactions. Presuppose that an existing account is available with an initial balance of 10,000 pesos. To perform any transaction, ask the user to enter a valid PIN (Personal Identification Number- 445236). You may include added features to make the program better.



Check Balance


Deposit


Withdraw


Exit



Enter Transaction Number Here: 1


Available Balance: 10000.00



Do you want to continue?


[Y or y] Yes


[N or n] No



Enter Here: Y



Check Balance


Deposit


Withdraw


Exit



Enter Transaction Number Here: 2


Enter Amount: 2500



Transaction Complete…


Your Account is updated…



Do you want to continue?


[Y or y] Yes


[N or n] No



Enter Here: Y






Check Balance


Deposit


Withdraw


Exit


Enter Transaction Number Here: 1


Available Balance: 12500.00



Do you want to continue?


[Y or y] Yes


[N or n] No



Enter Here: Y



Check Balance


Deposit


Withdraw


Exit



Enter Transaction Number Here: 3


Enter Amount: 8000.00



Transaction Complete…


Your Account is updated…



Do you want to continue?


[Y or y] Yes


[N or n] No



Enter Here: Y



Check Balance


Deposit


Withdraw


Exit



Enter Transaction Number Here: 1


Available Balance: 4500.00



Do you want to continue?


[Y or y] Yes


[N or n] No




Enter Here: N


Thank you for using this system… Have a great day!




Please take note/consider the following:




  • Negative Values



  • Insufficient balance



  • Incorrect PIN code



  • Number of Trials (MAX 3 consecutive incorrect PINs - end the program)





Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here