Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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.

I ultimatley need help with the output. I currently have:

print("Name: ", full_name)

print("Years left to retirement: ", retirement_age - age)

print("Remaining savings needed to reach retirement goal: ", total_savings - current_savings)

But this is not working in Python.

Thank you!

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

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Be able to distinguish between categories of models.

Answered: 1 week ago