Draw a UML diagram for class and then implement the class

Assignment Help JAVA Programming
Reference no: EM132257098

Assignment -

For this assignment, you will create an Account class, UML diagram for the class and then implement the class by writing a test program.

The Account class should contain:

  • A private int data field named id for the account (default 0).
  • A private double data field named balance for the account (default 0).
  • A private double data field named annualInterestRate that stores the current interest rate (default 0). Assume all accounts have the same interest rate.
  • A private Date data field named dateCreated that stores the date when the account was created.
  • A no-arg constructor that creates a default account.
  • A constructor that creates an account with the specified id and initial balance.
  • The accessor and mutator methods for id, balance, and annualInterestRate.
  • The accessor method for dateCreated.
  • A method named getMonthlyInterestRate() that returns the monthly interest rate.
  • A method named getMonthlyInterest() that returns the monthly interest.
  • A method named withdraw that withdraws a specified amount from the account.
  • A method named deposit that deposits a specified amount to the account.

Draw a UML diagram for the class and then implement the class.

Write a test program that creates an Account object with an account ID of 1122, a balance of $20,000, and an annual interest rate of 4.5%. Use the withdraw method to withdraw $2,500, use the deposit method to deposit $3,000, and print the balance, the monthly interest, and the date when this account was created.

Note - Program can be ran through the free Eclipse IDE for Java Developers program.

Attachment:- Assignment File.rar

Reference no: EM132257098

Questions Cloud

About protected grounds and accommodation : We’ve been learning about protected grounds and accommodation.
Writing the definition of intelligence : The definition of intelligence is controversial. Briefly contrast different views of intelligence, making sure you take into account the content of at least.
Tesla to solve production line problems : What should do Tesla to solve production line problems? please provide many solutions with details ?
Companies afraid of terminating unproductive employees : Why are many companies afraid of terminating unproductive employees? Why do supervisors bear much of the blame when HR says someone can’t be shown the door?
Draw a UML diagram for class and then implement the class : For this assignment, you will create an Account class, UML diagram for the class and then implement the class by writing a test program
Examining the research in human development : Before completing this discussion, review Chapter 6 in your text. After examining the research in human development, please complete the following discussion.
Identify few ethical dilemmas in decision-making : Identify a few ethical dilemmas in decision-making that the conference leadership team faced and briefly explain, using chapter support,
Describe the effects of drugs on the body : For this discussion choose two of the drugs listed in this Module. For each one, indicate (1) their official name, (2) their "street names", (3) the "category".
Decision strategy that snowclear should adopt : A decision strategy that Snowclear should adopt if they decide to go ahead with their counteroffer of $400 thousand.

Reviews

len2257098

3/14/2019 9:37:43 PM

Instructions: Assignment pdf file enclosed Instructions can be ran thru the free Eclipse IDE for Java Developers program. Hint: The method getMonthlyInterest() is to return monthly interest, not the interest rate. Monthly interest is balance * monthlyInterestRate. monthlyInterestRate is annualInterestRate / 12. Note that annualInterestRate is a percentage, e.g., like 4.5%. You need to divide it by 100.

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd