Programming Homework Help

Finger Lakes Calculation of Current Level of Retirement Savings Python Program

 

This question will implement the algorithm you developed in the Week 1 Algorithm lab (See uploaded file). The Retirement Advisor algorithm.

To complete this question, you will develop a python program that will determine how many years until retirement and how much is still needed to save.

To complete this program successfully the program must be designed to collect the following inputs from the user:

  • Full Name
  • Current Age
  • Desired Retirement Age
  • Current Level of Retirement Savings
  • What Is the Total Amount of Retirements Savings Is Needed at Retirement

Finally, the program will need to output a simple statement (or statements) that show the name, how many years left to retirement and how much needs to be saved to reach your retirement goals.

The program must run when called up in Python or running from the command line. You must document your code using comments so reviewer will know what you are attempting to do.