subject

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.
Input your full name
Input your current age
Input your desired retirement age
Calculate the number of years until retirement age (desired retirement age - current age)
Input your current retirement savings
Input the amount you need to retire
Calculate the amount needed to be saved by retirement age (amount needed to retire - current retirement savings)
Display full name
Display the message "The number of years until retirement age are" number#.
Display the message "The amount needed to be saved by retirement age is" amount#
Stop

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:50
The file sales data.xlsx contains monthly sales amounts for 40 sales regions. write a sub that uses a for loop to color the interior of every other row (rows 3, 5, etc.) gray. color only the data area, columns a to m. (check the file colors in excel.xlsm to find a nice color of gray.)
Answers: 2
question
Computers and Technology, 23.06.2019 07:00
Why is investing in a mutual fund less risky than investing in a particular company's stock? a. mutual funds only invest in blue-chip stocks. b. investments in mutual funds are more liquid. c. mutual funds hold a diversified portfolio of stocks. d. investments in mutual funds offer a higher rate of return.
Answers: 2
question
Computers and Technology, 23.06.2019 21:40
language consists of basic components, and they are called a. 3; mental images, concepts, and speech b. 2; language acquisition and linguistic relativity c. 3; heuristics, algorithms, and analogies d. 4; phonemes, morphemes, syntax, and semantics e. 2; words and grammar
Answers: 3
question
Computers and Technology, 24.06.2019 07:00
Why do we mark tlc plates with pencil and not with pen
Answers: 2
You know the right answer?
You will develop a python program that will determine how many years until retirement and how much i...
Questions