Question
Complete the following program. Be sure to read the problem statement completely. This assignment will be completed in Eclipse on your machine. Design a bank
Complete the following program. Be sure to read the problem statement completely. This assignment will be completed in Eclipse on your machine.
Design a bank teller application that allows the teller to create/add accounts (checking or savings), deposit to accounts, withdraw from accounts, apply interest to savings accounts, update interest rate, process monthly fee on checking accounts, and display all information for an account. Store the accounts ArrayList of objects and use static methods where necessary. The BankAccount and CheckingAccount classes are created for you and can be found in Moodle. The SavingsAccount class has been started but you must complete the 6 tasks in the file before you can use savings account. CheckingAccount and SavingsAccount inherit from the BankAccount class. Be aware you may need to add a field to the BankAccount class in order to identify accounts.
Be sure to test the application with multiple input values and types of accounts. Test each task multiple times.
You may add other functionality you consider relevant but be sure to include what is listed above at a minimum.
Make sure your program is properly documented using comments where needed. Note that this project must be done individually. The program will be checked using a code plagiarism tool against other solutions, so please ensure that all work submitted is your own.
You may write to the console window. Make sure your input and output are formatted nicely and easy to read.
You are to submit your BankAccount.java, CheckingACcount.java, SavingsAccount,java, and Teller.java in Moodle by the due date.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started