
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
النسخة 7الرقم المعياري الدولي: 1285225562
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
النسخة 7الرقم المعياري الدولي: 1285225562Design 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 three 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 $50,000 per year in retirement and then earns three percent interest on the remaining balance. End the list after 40 years, or when the user’s balance is 0 or less, whichever comes first.
الخطوة 1 من7
Flowcharts for retirement interest calculator:
The flowchart represents a retirement interest calculator. The flowchart accepts the number of user’s number of years left in his job and the annual amount the user is interested to save. Assuming that the user earns three percent interest and spends $50000 each year after retirement, the program outputs the details about the remaining balance left after each year.
الخطوة 2 من 7
الخطوة 3 من 7
الخطوة 4 من 7
الخطوة 5 من 7
الخطوة 6 من 7
الخطوة 7 من 7
لماذا لم يعجبك هذا التمرين؟
أخرى