Draw a flowchart that will design a retirement planning calculator for Skulling Financial Services. Allow a user to enter a number of working years remaining in the user's career and the annual amount of money the user can save. Assume that the user earns 3 percent simple interest on savings annually. Program output is a schedule that lists each year number in retirement starting with year 0 and the user's savings at the start of that year. Assume that the user spends $60,000 per year in retirement and then earns 3 percent interest on the remaining balance. End the list after 30 years or when the user's balance is 0 or less, whichever comes first. The mainline logic will include declarations, housekeeping(), detail (), finish-up or what ever you call the end of job module. Logic stays in the detailLoop() until the list is greater than 30 years or the user's balance is 0 or less, whichever comes first. So there is not end of file test.
Draw a flowchart that will design a retirement planning calculator for Skulling Financial Services. Allow a user to enter a number of working years remaining in the user's career and the annual amount of money the user can save. Assume that the user earns 3 percent simple interest on savings annually. Program output is a schedule that lists each year number in retirement starting with year 0 and the user's savings at the start of that year. Assume that the user spends $60,000 per year in retirement and then earns 3 percent interest on the remaining balance. End the list after 30 years or when the user's balance is 0 or less, whichever comes first.
The mainline logic will include declarations, housekeeping(), detail (), finish-up or what ever you call the end of job module. Logic stays in the detailLoop() until the list is greater than 30 years or the user's balance is 0 or less, whichever comes first. So there is not end of file test.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images