Introduction - If you have any usage issues, please Google them yourself
Write a program that calculates the interest income and asks the user to input the following items:
* a starting account balance
* account interest rate
* # of years
Example 1:
Enter account balance: 4500.00
Enter interest rate: 9.5
Enter # of years: 2
Interest income after 2 years: $855
Example 2:
Enter account balance: 1900.50
Enter interest rate: 4.0
Enter # of years: 6
Interest income after 6 years: $456.12