I do not fully understand where to go with this program.
please help with this assignment:
" Write compile and run a program the calculates and displays the yearly amount available if $1000 is invested in a bank account for 10 years.
Your program should display the amounts available for interest rates 6%-12%,in 1%increments.
Outer loop should have fixed count 7%, and inner loop having fixed count 10%.
Use this relationship: money available at end of each year = amount of money in account at start of year+(interest rate* amount available at start of the year)"
This is my code so far, i just get an infinite loop..
help