In c++ Create a program that will simulate a bank account. You should have a loop where the user will

enter 1 to deposit, 2 to withdraw and 3 to quit. The program should then call either a withdraw

function or a deposit function. Each function should then withdraw or deposit a user input

amount from their balance. The program should keep looping through until the user wants to

stop.