Question: Project Outcomes - Develop a Java program that: Reads input from the keyboard using a Scanner Object and its methods uses selection (if and if

 Project Outcomes - Develop a Java program that: Reads input from

Project Outcomes - Develop a Java program that: Reads input from the keyboard using a Scanner Object and its methods uses selection (if and if else) statements use iteration (looping) follows standard acceptable programming practices. Prep Readings: zy Books chapter 1 - 4 Project Requirements: 1. Write a Java program named InterestCalculator.java that calculates the value of a bank account based on starting principle, interest rate and time. 2. The program must a. Prompt the user for i. Number of quarters to display (int) that is greater than zero and less or equal to 10 ii. Starting balance (double) that is greater than zero. m. Interest rate (double) that is greater than zero and less than or equal to 20% b. Display the information the user entered and ask if it is correct. If so continue, if not ask for all the information again (loop and half example in Addition Iteration examples). c. Calculate the ending balance for each quarter and display the results in a table similar to below, the formula for quarterly balance is b+ (6 * IR/100 * 25) where b is starting balance and IR is interest rate : B 1000 Enter number of quarters from 1 to 10 Enter the beginning principal balance greater than o Enter the interest rate percentage without the percent sign greater than 0% and less than/equal to 203 5.25 You entered a principal balance of $1000.00 for 8 quarters at 5.259 1 Is this correct? (y) Quarter Number Beginning Balance $1000.00 $1013 Interest Earned $13.13 $13.30 Ending Balance $1013.13 S102642

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!