135k views
3 votes
Write a c++ program to output the payment schedule for amount owed when each month nothing more is charged to the account but only the minimum payment is paid. the output stops when the balance is fully paid (i.e. no longer > 0).

User Aloy A Sen
by
5.8k points

1 Answer

2 votes
the output stops when the balance is fully paid (in essence. no longer > 0).
User CREcker
by
6.3k points