Ask Computer Engineering Expert

Future Value of Periodic Savings:

Figuring Out How Much a "Holiday Club" Account Will Contain in the Future:

Note: No use of global variables is permitted in this program. In another words, all variables should be declared inside main or another function.


OBJECTIVE: Practice top-down design, the use of the data type double in mathematical functions, and suitable formatting of the output of double values.


THE ASSIGNMENT: prepare a program which computes the future value of a 'Holiday Club' account.

The idea is that every week, on Friday, a person deposits P dollars into a special savings account. The weekly deposit is always the same: P dollars. Before the first deposit is made, there is no money in the account. Whatever money is in the account earns interest at some specific fixed rate, compounded weekly. As the weeks go by, there is more and more money in the account, and so every week the amount of additional interest is larger and larger. Finally the time arrives for purchasing holiday gifts. One Friday, rather than depositing another payment, the owner of the account withdraws all the money and spends it.

Naturally, people want to know the answers to problems similar to this: "If I put $30.00 in the Holiday Club account per week for 50 weeks, and if the annual interest rate is 9.73%, then how much will be in the account when I withdraw all the money?" This program will answer such problems.


PROGRAM INPUT AND OUTPUT:

The program should start by writing information to describe the purpose of the program, and a general explanation of how to use the program.

The program should then prompt for and input the following three items (in the following order): the amount of the weekly payment, the annual interest rate, and the number of weekly payments. It should print individual prompts for each of the three quantities.

The payment amount should be entered as a fixed-point decimal, denoting dollars and cents, without a dollar sign or commas, by using the decimal point in the standard manner when the amount is not a whole number of dollars. For illustration : the user enters 34.56 to mean 34 dollars and 56 cents, or 100 to mean 100 dollars. The prompt you make for the payment must make such rules clear to the user of the program.

The interest rate should be entered as a fixed-point decimal number of percentage points. For illustration: the user enters 8.125 to mean an annual interest rate of 8.125%. The prompt you create for the interest should make this rule clear to the user of the program.

The number of weekly payments should be entered as a positive integer. For illustration: the user enters 45 to mean forty-five weekly payments. The prompt you create for the number of weekly payments must make this rule clear to the user of the program.

Make sure to prepare the program so that it inputs only:

a) The amount of the payment,
b) The interest rate, and
c) The number of payments,

in that order. If I decide I want to test a program I will want to use redirection from prepared files of input. That won't work out unless you and I have this precise agreement on the form (and order) of the input.

After the user enters the input (payment amount P, interest rate R, and number of weekly payments N), the program must find out the amount of money that will be in the account at the end of N weeks (the future value FV) using this formula:

P((r+1)N - 1)(r+1)
FV =   ------------------------
r
where, r = R/5200, the decimal equivalent of the weekly interest rate.

Of course, the formula above is in a format 'to be understood by humans,' and doesn't have JAVA syntax. Part of your job as programmer is to create suitable JAVA expressions to perform the calculations.

Here is an outlandish illustration of a way to use the formula which may make it more understandable: Assume P is $100 per week, the annual interest rate R is 520% (ten percent per week) and the number of payments N is 2, then r = 520/5200 = 0.10, and

        100((1.10)2 - 1)(1.10)
FV =   --------------------------------   =  $231.00
                 0.10
Another illustration: if P is $100, R is 9.25% and N is 50, then r = 9.25/5200 = 0.001779, and

       100((1.001779)50   - 1)(1.001779)
FV =   --------------------------------   =  $5233.57
                 0.001779
Note that your program can use the pow function to compute the power: (r + 1)N

For ex pow(3,2) is 3 to the 2nd power (= 9) and pow(2,5) is 2 two to the fifth power (= 32).

After computing it, the program must prepare a message to standard output (the screen) saying what the future value is. The message must also tell what the input of the user was. For ex, if the user enters 100 for the amount of the payment, 9.25 as the interest rate, and 50 as the number of weeks, then your program should output something very much like this:

The future value of 50 weekly payments of:

$100.00 at 9.250% is $5233.57.

Your program is required to format the numbers for output as shown above.The money should always appear in fixed-point notation, preceded by a dollar sign, and with exactly two digitsdisplayed after the decimal point. The interest rate must be displayed in fixed-point notation, as a percentage, with exactly three digits displayed after decimal point.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M91335

Have any Question?


Related Questions in Computer Engineering

Does bmw have a guided missile corporate culture and

Does BMW have a guided missile corporate culture, and incubator corporate culture, a family corporate culture, or an Eiffel tower corporate culture?

Rebecca borrows 10000 at 18 compounded annually she pays

Rebecca borrows $10,000 at 18% compounded annually. She pays off the loan over a 5-year period with annual payments, starting at year 1. Each successive payment is $700 greater than the previous payment. (a) How much was ...

Jeff decides to start saving some money from this upcoming

Jeff decides to start saving some money from this upcoming month onwards. He decides to save only $500 at first, but each month he will increase the amount invested by $100. He will do it for 60 months (including the fir ...

Suppose you make 30 annual investments in a fund that pays

Suppose you make 30 annual investments in a fund that pays 6% compounded annually. If your first deposit is $7,500 and each successive deposit is 6% greater than the preceding deposit, how much will be in the fund immedi ...

Question -under what circumstances is it ethical if ever to

Question :- Under what circumstances is it ethical, if ever, to use consumer information in marketing research? Explain why you consider it ethical or unethical.

What are the differences between four types of economics

What are the differences between four types of economics evaluations and their differences with other two (budget impact analysis (BIA) and cost of illness (COI) studies)?

What type of economic system does norway have explain some

What type of economic system does Norway have? Explain some of the benefits of this system to the country and some of the drawbacks,

Among the who imf and wto which of these governmental

Among the WHO, IMF, and WTO, which of these governmental institutions do you feel has most profoundly shaped healthcare outcomes in low-income countries and why? Please support your reasons with examples and research/doc ...

A real estate developer will build two different types of

A real estate developer will build two different types of apartments in a residential area: one- bedroom apartments and two-bedroom apartments. In addition, the developer will build either a swimming pool or a tennis cou ...

Question what some of the reasons that evolutionary models

Question : What some of the reasons that evolutionary models are considered by many to be the best approach to software development. The response must be typed, single spaced, must be in times new roman font (size 12) an ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As