Create an application to compute retirement account balances.
A User will enter the annual savings. Annual savings cannot be blank and must be a positive number. Use a loop to prompt the user to enter annual savings until they get it right.
A user will enter the year that the user will start saving. Start year must be a year between 2015 and 2100 (inclusive). Use a loop to prompt the user to enter the start year until they get it right.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 1 | 2 | 3 | 4 | 5 |