Calculator
Build a savings calculator that when run will show output based on what is shown below.
What are you saving for? Enter title: HolidayHow much do you need to save? Enter dollars: 2572
How long before the purchase? Enter weeks: 10How much do you have already? Enter dollars: 2How much can you save each week? Enter dollars: 50
For the Holiday, you need to save 257 dollars a weekBased on current savings you will need 51.4 weeks to save $2572
Or build a similar terminal based program of your own design. It will need to:
- read text and numeric data from the user - at least three values.
- perform a calculation involving multiple steps, with outputs shown at each step
- output the results