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-- --ATM-- 1. Withdraw 1. Withdraw 2. Deposit 3. Transfer 2. Deposit 3. Transfer 4. Check Balance 5. EXIT Choose operation: 1 Enter amount to be withdrawn: 1000 Collect your money Check Balance? 1. Yes 0. No: 1 4. Check Balance 5. EXIT Choose operation: 1 Enter amount to be withdrawn: 6000 Insufficient Balance Check Balance? 1. Yes 0. No: 1 Balance: 4000 Balance: 4500 -ATM-- -ATM-- 1. Withdraw 2. Deposit 3. Transfer 1. Withdraw 2. Deposit 3. Transfer 4. Check Balance 5. EXIT Choose operation: 2 Enter amount you want to deposit: 500 Check Balance? 1. Yes 0. No: 0 4. Check Balance 5. EXIT Choose operation: 3 Balance: 4500 *Note: The initial balance is 0. The user is given an option to check the balance or not. The program will run until the exit option is chosen.
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-- --ATM-- 1. Withdraw 1. Withdraw 2. Deposit 3. Transfer 2. Deposit 3. Transfer 4. Check Balance 5. EXIT Choose operation: 1 Enter amount to be withdrawn: 1000 Collect your money Check Balance? 1. Yes 0. No: 1 4. Check Balance 5. EXIT Choose operation: 1 Enter amount to be withdrawn: 6000 Insufficient Balance Check Balance? 1. Yes 0. No: 1 Balance: 4000 Balance: 4500 -ATM-- -ATM-- 1. Withdraw 2. Deposit 3. Transfer 1. Withdraw 2. Deposit 3. Transfer 4. Check Balance 5. EXIT Choose operation: 2 Enter amount you want to deposit: 500 Check Balance? 1. Yes 0. No: 0 4. Check Balance 5. EXIT Choose operation: 3 Balance: 4500 *Note: The initial balance is 0. The user is given an option to check the balance or not. The program will run until the exit option is chosen.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
100%

Transcribed Image Text: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--
-ATM-
1. Withdraw
2. Deposit
3. Transfer
1. Withdraw
2. Deposit
3. Transfer
4. Check Balance
4. Check Balance
5. EXIT
Choose operation: 1
5. EXIT
Choose operation: 1
Enter amount to be withdrawn: 1000
Enter amount to be withdrawn: 6000
Collect your money
Check Balance? 1. Yes 0. No: 1
Insufficient Balance
Check Balance? 1. Yes 0. No: 1
Balance: 4000
Balance: 4500
-ATM-
ATM-
1. Withdraw
2. Deposit
3. Transfer
1. Withdraw
2. Deposit
3. Transfer
4. Check Balance
4. Check Balance
5. EXIT
Choose operation: 2
Enter amount you want to deposit: 500
Check Balance? 1. Yes 0. No: 0
*Note: The initial balance is 0. The user is given an option to check the balance or not.
The program will run until the exit option is chosen.
5. EXIT
Choose operation: 3
Balance: 4500

Transcribed Image Text:Instruction:
Create a flowchart and a java program of the problem stated as follows. Create
user-defined methods that will perform 4 functionalities of an Automated Teller
Machine(Withdraw, Deposit, Transfer, Balance Check)
1. Withdraw (method name: withdraw)
* Input the amount to be withdrawn. Compute for the remaining balance after
the operation (balance = balance - withdrawn)
2. Deposit (method name: deposit)
* Input the amount to be deposited. Compute for the updated balance after
the operation (balance = balance + deposit)
3. Transfer (method name: transfer)
*Input the account number and the amount to be transferred. Compute for the
updated balance after the operation (balance balance - moneysent)
4. Balance Check (method name: balanceCheck)
* Display the remaining balance.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images

Follow-up Questions
Read through expert solutions to related follow-up questions below.
Knowledge Booster
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.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education