|
-
Jan 11th, 2008, 09:33 PM
#1
Thread Starter
New Member
some help plz
hi,
im currently creating a retirement income forcaster. which will help the user see how they can reach there desired income per month they want after retirment
the user will input the years(start and end) they will work and how much they will earn each month.
and from this information it needs to calculate the monthly investments needed (from thier wage each month) to reach the desired income in retirement.
im creating this in a console application.
i have done the first parts but was stuck on how the program will calculate the investements needed for them to reach their desired income. so how much the user will have to invest eah month so they can reach there desired income.
could anybody help me with this thanks.
Last edited by theone7628; Jan 11th, 2008 at 09:53 PM.
-
Jan 11th, 2008, 10:28 PM
#2
Re: some help plz
The user will have to enter the interest rate of the investment and then you can use a compound interest calculation to determine the required payments.
-
Jan 12th, 2008, 11:32 AM
#3
Re: some help plz
Excel has a lot of functions that migh be useful.
-
Jan 12th, 2008, 07:24 PM
#4
Re: some help plz
Note also that the members of the Microsoft.VisualBasic.Financial module might also be useful. This is one of those cases where VB Runtime functions can add value.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|