The following are three projects. Make three separate classes. Example
You must submit three java files. No Zip file will be allowed.
Problem 1:
Write a program that accepts an amount of money on deposit and a number of years it has been on deposit (years can have decimals). It will determine the interest to be paid on the deposit based on the following schedule:
Time on Deposit Interest Rate
>= 5 years 4.5%
Less than 5 and >=4 years 4%
Less than 4 and >=3 years 3.5%
Less than 3 and >=2 years 2.5%
Less than 2 and >=1 years 2%
Less than 1 year 1.5%
Compute the interest with the formula: Interest = Deposit * IntRate * Years.
Display the original deposit, the interest earned, and the new Balance (with interest added to the deposit.
Problem 2:
Write a program with a loop that lets the user enter a series of integers. The user should enter -99 to signal the end of the series. After all the numbers have been entered, the program should display the largest and smallest numbers entered, as well as the average of all the numbers entered. Assume the initial value of the smallest number and the largest number is -99 and the initial average is 0.0. Make sure the average prints out to two decimal places.
Problem 3
For a quadratic equation ax2+bx+c = 0 (where a, b and c are coefficients), its roots are given by the formula:-
The value of the discriminant (b2-4ac) determines the nature of roots. Write a program that reads the values of a, b and c from the user and performs the following:-
If the value of the discriminant is positive, the program should print out that the equation has two real roots and prints the values of the two roots.
If the discriminant is equal to 0, the roots are real and equal.
if the value of the discriminant is negative, then the equation has two complex roots.
Sample Output
Enter values for a, b and c:- 2 10 3
Discriminant = 76
Equation has two real roots
Roots are as follows:-
x1 = -0.320551
x1 = -0.320551
Any character to end:-
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more