I need help designing a class named Account that contains.  A data field named id for the account (default 0 ). A data field named balance for the account (default 0.0 ). A data field named annualInterestRate that stores the current interest rate (default 0.0 ). Assume all accounts have the same interest rate. Program can create a default account. Program can create an account with a specified id and initial balance. A method named getMonthlyInterest() returns the amount of interest an account earned that month. A method named setInterestRate() that receives and sets the interest rate for all accounts. A method named getInterestRate() that returns the interest rate for all accounts. A method named withdraw() that withdraws a specified amount from the account returns T or F. A method named deposit() that deposits a specified amount to the account returns T or F. A method named getBalance() that returns the balance amount to the account. (Hint: The method getMonthlyInterest() is to return monthly interest earned, not the interest rate. As well as a test driver that creates an Account object and test all aspects of the designed Accounts class. This Java program will create a default account and create an account with the specified id and initial balance.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter9: Using Classes And Objects
Section: Chapter Questions
Problem 11E: a. Write a FractionDemo program that instantiates several Fraction objects and demonstrates that...
icon
Related questions
Question

I need help designing a class named Account that contains. 

  • A data field named id for the account (default 0 ).
  • A data field named balance for the account (default 0.0 ).
  • A data field named annualInterestRate that stores the current interest rate (default 0.0 ). Assume all accounts have the same interest rate.
  • Program can create a default account.
  • Program can create an account with a specified id and initial balance.
  • A method named getMonthlyInterest() returns the amount of interest an account earned that month.
  • A method named setInterestRate() that receives and sets the interest rate for all accounts.
  • A method named getInterestRate() that returns the interest rate for all accounts.
  • A method named withdraw() that withdraws a specified amount from the account returns T or F.
  • A method named deposit() that deposits a specified amount to the account returns T or F.
  • A method named getBalance() that returns the balance amount to the account.

(Hint: The method getMonthlyInterest() is to return monthly interest earned, not the interest rate.

As well as a test driver that creates an Account object and test all aspects of the designed Accounts class.

This Java program will create a default account and create an account with the specified id and initial balance. 

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
void method
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT