Posts by user7292 • 23 points
1 post
-
1
votes1
answer2462
viewsQ: Call a specific function as you choose from the menu
I need to make a program that simulates a bank ATM in C++, presenting a menu that has Deposit, Withdrawal and Payment of Tickets. How am I going to do that? I’ve done the following: #include…