1. Withdraw * Input the amount to be withdrawn. Compute for the remaining balance after the operation (balance = balance - withdrawn) 2. Deposit * Input the amount to be deposited. Compute for the updated balance after the operation (balance = balance + deposit) 3. Balance Check * Display the remaining balance. Use the following method names: withdraw, deposit, checkBalance Sample Input/Output: Depicted below are sample outputs when the program is executed (the items in bold characters are input from the user, while the items in bold italic are calculated and printed by the program): -ATM- 1. Withdraw 2. Deposit 3. Check Balance 4. EXIT Choose operation: 1 Enter amount to be withdrawn: 1000 Collect your money Check Balance? 1. Yes 0. No: 1 Balance: 4000

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.4: Program Input Using Cin
Problem 9E
icon
Related questions
Question

Create a java program using user-defines methods that will perform the 3 major functionalities of an automated teller machine (withdraw, deposit, balance check)

-ATM-
1. Withdraw
2. Deposit
3. Check Balance
4. EXIT
Choose operation: 2
Enter amount you want to deposit: 500
Check Balance? 1. Yes 0. No: 0
-ATM--
1. Withdraw
2. Deposit
3. Check Balance
4. EXIT
Choose operation: 3
Balance: 4500
ATM-
1. Withdraw
2. Deposit
3. Check Balance
4. EXIT
Choose operation: 1
Enter amount to be withdrawn: 6000
Insufficient Balance
Check Balance? 1. Yes 0. No: 1
Balance: 4500
Transcribed Image Text:-ATM- 1. Withdraw 2. Deposit 3. Check Balance 4. EXIT Choose operation: 2 Enter amount you want to deposit: 500 Check Balance? 1. Yes 0. No: 0 -ATM-- 1. Withdraw 2. Deposit 3. Check Balance 4. EXIT Choose operation: 3 Balance: 4500 ATM- 1. Withdraw 2. Deposit 3. Check Balance 4. EXIT Choose operation: 1 Enter amount to be withdrawn: 6000 Insufficient Balance Check Balance? 1. Yes 0. No: 1 Balance: 4500
1. Withdraw
* Input the amount to be withdrawn. Compute for the remaining balance after
the operation (balance = balance - withdrawn)
2. Deposit
* Input the amount to be deposited. Compute for the updated balance after
the operation (balance = balance + deposit)
3. Balance Check
* Display the remaining balance.
Use the following method names: withdraw, deposit, checkBalance
Sample Input/Output:
Depicted below are sample outputs when the program is executed (the items in bold
characters are input from the user, while the items in bold italic are calculated and
printed by the program):
-ATM-
1. Withdraw
2. Deposit
3. Check Balance
4. ΕXIT
Choose operation: 1
Enter amount to be withdrawn: 1000
Collect your money
Check Balance? 1. Yes 0. No: 1
Balance: 4000
Transcribed Image Text:1. Withdraw * Input the amount to be withdrawn. Compute for the remaining balance after the operation (balance = balance - withdrawn) 2. Deposit * Input the amount to be deposited. Compute for the updated balance after the operation (balance = balance + deposit) 3. Balance Check * Display the remaining balance. Use the following method names: withdraw, deposit, checkBalance Sample Input/Output: Depicted below are sample outputs when the program is executed (the items in bold characters are input from the user, while the items in bold italic are calculated and printed by the program): -ATM- 1. Withdraw 2. Deposit 3. Check Balance 4. ΕXIT Choose operation: 1 Enter amount to be withdrawn: 1000 Collect your money Check Balance? 1. Yes 0. No: 1 Balance: 4000
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning