Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need to do this but have no idea how: Future value problem Write a Java program named Futurevalue that does the following: 1. Asks

I need to do this but have no idea how:

image text in transcribed

Future value problem Write a Java program named Futurevalue that does the following: 1. Asks the user for the amount used for opening a savings account. 2. Asks how much will be added to the account at the end of each year. 3. Asks the annual percentage rate the investment is expected to earn. 4. Asks how many years the user wishes to have forecast. Assume interest is compounded annually, meaning it is calculated on the account balance before the annual contribution by the user. Print a table showing the future value of the investment. This will have the following columns Year Beginning balance Interest earned Annual addition Ending balance (beginning balance plus interest earned plus annual addition) EXAMPLE: Opening amount: 1000 Annual additional payment: 100 Annual percentage growth: 6.5 Term: 25 years Year Begin Interest 1000.00 65.00 End Payment 100.00 1165.00 1340.73 1165.00 75.73 100.00 87.15 100.00 1527.87 1340.73 1527.87 99.31 100.00 1727.18 1727.18 100.00 1939.45 112.27 126.06 1939.45 2165.5 100.00 100.00 2165.5 140.76 2406.27 156.41 100.00 2406.27 662.68 2662.68 935.76 173.07 100.00 10 2935.76 190.82 100.00 3226.58 11 3226.58 09.73 100.00 3536.31 3866.17 12 3536.31 229.86 100.00 13 3866.17 251.30 100.00 4217.47 14 274.14 100.00 4217.47 4591.60 4591.60 4990.06 15 298.45 100.00 16 4990.06 324.35 100.00 5414.41 5866.35 17 351.94 100.00 5414.41 5866.35 18 381.31 100.00 6347.66 19 412.60 100.00 6347.66 6860 6860.26 7406.18 20 445.92 100.00 21 481.40 100.00 7987.58 7406.18 1987.58 519.19 100.00 8606 .77 559.44 100.00 9266.21 8606.77 9266 24 602.30 100.00 9968.51 25 9968.51 647.95 100.00 10716.47

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago