Question: Write a GUI program in Python that allows the user to select interest rates and compounding periods from the list boxes and calculate the amount
Write a GUI program in Python that allows the user to select interest rates and compounding periods from the list boxes and calculate the amount after 5 years. I've asked this question before and the person wrote an awful program that didn't work and wasn't even in Python. So please follow the directions exactly. The requirements of the program are below
1. if $10,000 is invested at an annual rate r compounded n times per year, then the amount of the investment after five years will be
.
2. Some possible values for r are 0.02, 0.025, 0.03, 0.035,and 0.04.
3. Some possible values for n are 1, 2, 4, 12, and 52.
Make the program look like the image below:

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
