Results 1 to 4 of 4

Thread: some help plz

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2008
    Posts
    1

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: some help plz

    Excel has a lot of functions that migh be useful.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width