Question: Write a C program that simulates an ATM. The user will first enter the balance of the account (float), the transaction code (char), and the
Write a C program that simulates an ATM. The user will first enter the balance of the account (float), the transaction code (char), and the amount (float). The program will output a message for the deposit/withdrawal including the new balance before terminating.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
