This assignment uses the same account class created in Lab #4 with a more generally useful interface. It reads commands from a bank.txt file. Your program must process the following four commands. Create account amount Deposit account amount Withdraw account amount Balance account In all of the above commands, account is an integer and amount is a double. The following program behavior is required - 1. Valid account numbers are 1-9. This requires the program to have an array of references to Account objects. 2. If the first word on any line contains a command other than the four listed above, an error message should be displayed, and that line ignored. 3. The create command creates a new account object with the given account number and initial balance. If an account already exists with that number an error message should be displayed, and the command ignored. 4. The Deposit and Withdraw commands perform the indicated operation on an existing account. If no account with that number has been created, an error message is displayed, and the command ignored. 5. The Balance command displays the balance of the requested account. No change to the account occurs. If no account with that number has been created, an error message is displayed, and the command ignored. Helpful Hints I have included a sample bank.txt file and sample output along with the assignment. You can explore other behaviors of the program by modifying the .txt file. Your Account class can be used exactly as it is although you will need to copy it to your new project for Lab 5.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
11:02
all 10%
+
Create 1 1000.01
Create 2 2000.02
Create 3 3000.03
Deposit 111.11
Deposit 2 22.22
Withdraw 4 5000.00
Create 4 4000.04
Withdraw 1 0.10
Balance 2
Withdraw 2 0.20
Deposit 3 33.33
Withdraw 4 0.40
Bad Command 65
Balance 1
Balance 2
Balance 3
Balance 4
Transcribed Image Text:11:02 all 10% + Create 1 1000.01 Create 2 2000.02 Create 3 3000.03 Deposit 111.11 Deposit 2 22.22 Withdraw 4 5000.00 Create 4 4000.04 Withdraw 1 0.10 Balance 2 Withdraw 2 0.20 Deposit 3 33.33 Withdraw 4 0.40 Bad Command 65 Balance 1 Balance 2 Balance 3 Balance 4
Bank Program
This assignment uses the same account class created in Lab #4 with a more generally useful
interface. It reads commands from a bank.txt file. Your program must process the following
four commands.
Create account amount
Deposit account amount
Withdraw account amount
Balance account
In all of the above commands, account is an integer and amount is a double.
The following program behavior is required -
1. Valid account numbers are 1-9. This requires the program to have an array of references
to Account objects.
2. If the first word on any line contains a command other than the four listed above, an
error message should be displayed, and that line ignored.
3. The create command creates a new account object with the given account number and
initial balance. If an account already exists with that number an error message should be
displayed, and the command ignored.
4. The Deposit and Withdraw commands perform the indicated operation on an existing
account. If no account with that number has been created, an error message is
displayed, and the command ignored.
5. The Balance command displays the balance of the requested account. No change to the
account occurs. If no account with that number has been created, an error message is
displayed, and the command ignored.
Helpful Hints
I have included a sample bank.txt file and sample output along with the assignment. You
can explore other behaviors of the program by modifying the .txt file.
Your Account class can be used exactly as it is although you will need to copy it to your
new project for Lab 5.
Transcribed Image Text:Bank Program This assignment uses the same account class created in Lab #4 with a more generally useful interface. It reads commands from a bank.txt file. Your program must process the following four commands. Create account amount Deposit account amount Withdraw account amount Balance account In all of the above commands, account is an integer and amount is a double. The following program behavior is required - 1. Valid account numbers are 1-9. This requires the program to have an array of references to Account objects. 2. If the first word on any line contains a command other than the four listed above, an error message should be displayed, and that line ignored. 3. The create command creates a new account object with the given account number and initial balance. If an account already exists with that number an error message should be displayed, and the command ignored. 4. The Deposit and Withdraw commands perform the indicated operation on an existing account. If no account with that number has been created, an error message is displayed, and the command ignored. 5. The Balance command displays the balance of the requested account. No change to the account occurs. If no account with that number has been created, an error message is displayed, and the command ignored. Helpful Hints I have included a sample bank.txt file and sample output along with the assignment. You can explore other behaviors of the program by modifying the .txt file. Your Account class can be used exactly as it is although you will need to copy it to your new project for Lab 5.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY