Write a program to solve the following problem: A TV set is purchased with a loan of $563 to be paid off with 5 monthly payments of $116. The interest rate is 1 percent per month. Display a table giving the balance on the loan at the end of each month
The project runs as expected
5
Display Successive Balances button works correctly
5
Program contains a loop to balance
10
Loop code includes output to the List Box
5
List box displays 2 columns (one for month and one for amount owed)
5
5 months are displayed and the amount owed for each month is correct.
5