Question
You are asked to develop an application to calculate savings for a number of time periods. Assume in the beginning of each month the user
You are asked to develop an application to calculate savings for a number of time periods.
Assume in the beginning of each month the user plans to save x amount of dollars to the investment account that pays r % of annual interest compounded monthly. (To find monthly rate you should divide annual rate by 12 months).
Your application should take as inputs monthly payment (the amount user intends to save each month), and the annual rate (as percent). When the user clicks next month button, the program should calculate the new balance, and display the number of months passed. Initially, the balance is zero, and number of months is also 0. Refer to figures below for the interface design. Initially, when user entered numbers, but did not click the next button.
and after 12 clicks:
Having trouble writing the code for this program in C# language
Savings Calculator Monthly Savings: 50 Annual Interest (%): 6 Number of Months: 0 Balance: $0.00 Exit Next Month 0 - Savings Calculator Monthly Savings: 50 Annual Interest (%): 6 Number of Months: 12 Balance: $619.86 Exit Next Month
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started