Assume you and your employer each contribute HKD 500 to your Mandatory Provident Fund (MPF) at the end of every month (HKD 1,000 in total). Suppose the beginning account balance is zero, and the return is compounded monthly. Write a Python program to calculate the present value of the MPF.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter4: Control Structures I (selection)
Section: Chapter Questions
Problem 20PE: The cost of renting a room at a hotel is, say $100.00 per night. For special occasions, such as a...
icon
Related questions
Question
Assume you and your employer each contribute HKD 500 to your Mandatory Provident Fund
(MPF) at the end of every month (HKD 1,000 in total). Suppose the beginning account balance
is zero, and the return is compounded monthly. Write a Python program to calculate the
present value of the MPF.
1) Let the user set a target monthly rate of return and the number of months.
2) Round the answer to the nearest dollar.
The output should resemble the following.
Enter a target MONTHLY rate of return (without the % sign): 0.05
Enter the number of months: 5
The total MPF of $5000 in 5 months is worth $4329 today.
Transcribed Image Text:Assume you and your employer each contribute HKD 500 to your Mandatory Provident Fund (MPF) at the end of every month (HKD 1,000 in total). Suppose the beginning account balance is zero, and the return is compounded monthly. Write a Python program to calculate the present value of the MPF. 1) Let the user set a target monthly rate of return and the number of months. 2) Round the answer to the nearest dollar. The output should resemble the following. Enter a target MONTHLY rate of return (without the % sign): 0.05 Enter the number of months: 5 The total MPF of $5000 in 5 months is worth $4329 today.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr