Create class account with id balance person and datecreated

Assignment Help JAVA Programming
Reference no: EM131391116

Intro to Java programming

1. Create class Account with id, balance, Person, and dateCreated. Use a static class variable to store the annualInterestRate for all account holders. Provide constructors, setter and getter for the Account class.

Provide method calculateMonthlyInterest to calculate the monthly interest by multiplying the balance by annualInterestRate divided by 12; this interest should be added to balance. Provide a static method modifyInterestRate that sets the anualInterestRate to a new value. Also provide method deposit and withdraw. Provide method toString to print all the information about the account.

Write a driver program to test class Account. Instantiate two Account objects, saver1 and saver2, with balances of $2000.00 and $3000.00, respectively. Set annualInterestRate to 4%.

Display a menu with the following:

System.out.println(1...Check balance);

System.out.println(2...Withdraw);

System.out.println(3...Deposit);
System.out.println(4...Change Annual Interest Rate);
System.out.println(5...Calculate Monthly Interest);
System.out.println(6...Display Account Info);
System.out.println(7...Exit);

Ask the user to select an option and perform that task. Continue display this menu until user type 7 to exit.

2) (Pig Latin) Write an application that encodes English-language phrases into pig Latin. Pig Latin is a form of coded language. There are many different ways to form pig Latin phrases. For simplicity, use the following algorithm:

To form a pig Latin phrase from an English-language phrase, tokenize the phrase into words with String method split. To translate each English word into a pig Latin word, place the first letter of the English word at the end of the word and add the letters "ay.". Thus, the word "jump" becomes "umpjay." The word "the" becomes "hetay." And the word "computer" becomes "omputercay." Blanks between works remain as blanks.

Assume the following:

The English phrase consists of words separated by blanks, there are no punctuation marks and all words have two or more letters. Method printLatinWord should display each word. Each token is passed to method printLatinWord to print the pig Latin word. Enable the user to input the sentence.

3) (Display a Sentence with its Words revered) Write an application that inputs a line of text, tokenizes the line with string method split and outputs the tokens in reverse order. Use space characters as delimiters.
Input:This is a test
Output: sihT si a tset.

Reference no: EM131391116

Questions Cloud

Compare and contrast mitosis and meiosis : Question 1. Compare and contrast mitosis and meiosis (include at least 3 comparisons and 3 differences).
Discuss whether private industry now has a responsibility : Clearly discuss whether private industry now has a responsibility to protect national security through implementing good cybersecurity controls imposed by government regulation.
Explain the relevant law relating to the case : BBAL401 Company law Group Assignment and Presentation. Written Assignment: Identify the facts of the case. Explain the relevant law relating to the case. Discuss the legal arguments raised by the parties in case
What is its grid location and part number : Its low-order address is multiplexed like the 68HC11 in Problem 17-30. What IC and control signal are used to demultiplex the address/data bus (AD0-AD7) into the low-order address bus (A0-A7)?
Create class account with id balance person and datecreated : Create class Account with id, balance, Person, and dateCreated. Use a static class variable to store the annualInterestRate for all account holders. Provide constructors, setter and getter for the Account class.
Directly causes what form of heart disease : If the muscle tissues of the heart are deprived of oxygen too long, the cells begin to die. This directly causes what form of heart disease?
Define your companys target market : For most non-alcoholic beverages, marketing (as opposed to the actual product itself) is key to success. Cola drinks, for example, are fairly undifferentiated, as are many energy drinks, juices, bottled water, and the like. Companies producing the..
Why can not a binary search be applied on the given list : Why can't a binary search be applied on the list below? In separate chaining, the keys that map to the same hash value are stored in a _____. When designing a hash function, we try to _____ the number of collisions.
Description of data collection and analysis methods : HI6007 Assessment Three - FINAL Research Proposal. Description of the research process. Strengthen and improve initial proposal. Description of data collection and analysis methods. Strengthen and improve initial proposal. Description of expected res..

Reviews

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