Using Java language Bank Accounts Management Project Description The objective of this project is to manage Bank Accounts. It contain account class that contains: IA private int data field named id for the account (default 0). LA private string data field named name to store the name of the customer LA private double data field named balance for the account (default 0). TA private double data field named annuallnterestRate that stores the current interest rate (default 0). LA private Date data field named dateCreated that stores the date when the account was created. LA data field named transactions whose type is Aray that stores the transactions of the account Each transaction is an instance of the Transaction class, which is defined as follows Traaction d ja De e du dle The peof tr iramactim t rihiraal Der depesa The ano of the tanactin The aew balce ater tis tnae alunce daube cipte Sering Tasac pe dar, The descripica of this mu ent de, halamor Conerta Tcte with dhe peci l de. typehalanoe. and deript die derg Sving Note: The get and set methods for shese data fielids are provided in the clas, ber cmined in the UML diagram for bevity LA no-arg constructor that creates a default account, A constructor that constructs an account with the specified id, name, and balance. 1 The accessor and mutator methods for id, name, balance, and anmuallnterestRate. 1 The accessor method for dateCreated. LA method named getMonthlyInterestRate) that retums the monthly interest rate. LA method named getMonthlynterest0 that retums the monthly interest. TA method named withdraw that withdraws a specified amount from the account and update transactions array TA method named deposit that deposits a specified amount to the account and update transactions array. . Hint: The method getMonthlyInterest) is to return monthly interest, not the interest rate. Monthly interest is balance * monthlyInterestRate. monthlyinterestRate is anmuallnterestRate / 12. Note annuallnterestRate is a percentage, for example 4.5%. You need to divide it by 100. Required Tasks Write a test program that allow the user to manage bank accounts, which are stored in an array, as shown in the following menu which is displayed by the program Main menu 1: create an account 2: check balance 2: withdraw 3: deposit 4: account summary 5: exit Enter a choice: To create an account, the user is prompted to enter account details (id, name, annumal interest rate,balance). To check the balance of an account, the user is prompted to enter account id and program displays the balance. To withdraw from an account the user is prompted to enter account id and the amount to withdraw and the program displays the balance after withdrawal. To deposit to an accoumt, the user is prompted to enter account id and the amount to deposit and the program displays the balance after deposit. To print a summary of an account, the user is prompted to enter account id and the program displays account summary that shows the account bolder name, interest rate, balance, and all previous transactions. In doing the above operations, the program implement a search metihod that take id as a parameter and return the index of the account in the array of accounts.

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
icon
Related questions
Question
i need the answer quickly
Using Java language Bank Accounts Management Project
Description
The objective of this project is to manage Bank Accounts. It contain account class that
contains:
IA private int data field named id for the account (default 0).
LA private string data field named name to store the name of the customer.
TA private double data field named balance for the account (default 0).
IA private double data field named annuallnterestRate that stores the current interest rate
(default 0).
IA private Date data field named dateCreated that stores the date when the account was
created.
A data field named transactions whose type is Array that stores the transactions of the
account Each
transaction is an instance of the Transaction class, which is defined as follows
Traaction
-daie: java util Date
tyrer char
The date of this wation
The type of the iramactinn, such an "W" for withdrawal, for deposit
-nount double
The anoan of the transaction
balance: doable
The new balance ater this transaction
The descriptica of this trnsactioer
-deseription String
Traasactionivype, char
amunt dble, belance
dtle descrigtion Sring)
Note: The get and set methods for these data fields are provided in the class, buut conitted in the UML
agram for brevity
Condrect a Tmactie with the speci ed date, type.halance. and description
TA no-arg constructor that creates a default account, A constructor that constructs an
account with the specified id, name, and balance.
1 The accessor and mutator methods for id, name, balance, and annuallnterestRate.
1 The accessor method for dateCreated.
TA method named getMonthlyInterestRate() that retums the monthly interest rate.
1A method named getMonthlyInterest() that returns the monthly interest.
TA method named withdraw that withdraws a specified amount from the account and update
transactions
array
TA method named deposit that deposits a specified amount to the account and update
transactions array
Hint: The method getMonthlyInterest() is to return monthly interest, not the interest rate.
Monthly interest is balance * monthlyInterestRate. monthlyInterestRate is annualInterestRate
/ 12. Note annuallnterestRate is a percentage, for example 4.5%. You need to divide it by 100.
Required Tasks
Write a test program that allow the user to manage bank accounts, which are stored in an
array, as shown in the following menu which is displayed by the program
Main menu
1: create an account
2: check balance
2: withdraw
3: deposit
4: account summary
5: exit
Enter a choice:
To create an account, the user is prompted to enter account details (id, name, annual interest
rate, balance). To check the balance of an account, the user is prompted to enter account id and
program displays the balance. To withdraw from an account the user is prompted to enter
account id and the amount to withdraw and the program đisplays the balance after
withdrawal. To deposit to an account, the user is prompted to enter account id and the amount
to deposit and the program displays the balance after deposit. To print a summary of an
account, the user is prompted to enter account id and the program displays account summary
that shows the account holder name, interest rate, balance, and all previous transactions. In
doing the above operations, the program implement a search method that take id as a
parameter and return the index of the account in the array of accounts.
Transcribed Image Text:Using Java language Bank Accounts Management Project Description The objective of this project is to manage Bank Accounts. It contain account class that contains: IA private int data field named id for the account (default 0). LA private string data field named name to store the name of the customer. TA private double data field named balance for the account (default 0). IA private double data field named annuallnterestRate that stores the current interest rate (default 0). IA private Date data field named dateCreated that stores the date when the account was created. A data field named transactions whose type is Array that stores the transactions of the account Each transaction is an instance of the Transaction class, which is defined as follows Traaction -daie: java util Date tyrer char The date of this wation The type of the iramactinn, such an "W" for withdrawal, for deposit -nount double The anoan of the transaction balance: doable The new balance ater this transaction The descriptica of this trnsactioer -deseription String Traasactionivype, char amunt dble, belance dtle descrigtion Sring) Note: The get and set methods for these data fields are provided in the class, buut conitted in the UML agram for brevity Condrect a Tmactie with the speci ed date, type.halance. and description TA no-arg constructor that creates a default account, A constructor that constructs an account with the specified id, name, and balance. 1 The accessor and mutator methods for id, name, balance, and annuallnterestRate. 1 The accessor method for dateCreated. TA method named getMonthlyInterestRate() that retums the monthly interest rate. 1A method named getMonthlyInterest() that returns the monthly interest. TA method named withdraw that withdraws a specified amount from the account and update transactions array TA method named deposit that deposits a specified amount to the account and update transactions array Hint: The method getMonthlyInterest() is to return monthly interest, not the interest rate. Monthly interest is balance * monthlyInterestRate. monthlyInterestRate is annualInterestRate / 12. Note annuallnterestRate is a percentage, for example 4.5%. You need to divide it by 100. Required Tasks Write a test program that allow the user to manage bank accounts, which are stored in an array, as shown in the following menu which is displayed by the program Main menu 1: create an account 2: check balance 2: withdraw 3: deposit 4: account summary 5: exit Enter a choice: To create an account, the user is prompted to enter account details (id, name, annual interest rate, balance). To check the balance of an account, the user is prompted to enter account id and program displays the balance. To withdraw from an account the user is prompted to enter account id and the amount to withdraw and the program đisplays the balance after withdrawal. To deposit to an account, the user is prompted to enter account id and the amount to deposit and the program displays the balance after deposit. To print a summary of an account, the user is prompted to enter account id and the program displays account summary that shows the account holder name, interest rate, balance, and all previous transactions. In doing the above operations, the program implement a search method that take id as a parameter and return the index of the account in the array of accounts.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
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
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education