2 Topics

Member Avatar for
Member Avatar for CorpsMarshal

Paying Off Credit Card Debt Each month, a credit card statement will come with the option for you to pay a minimum amount of your charge, usually 2% of the balance due. However, the credit card company earns money by charging interest on the balance that you don't pay. So …

Member Avatar for Reverend Jim
0
396
Member Avatar for hudsonzp

[CODE] #include <iostream.h> main(){ int balance; int payment; int payment_num = 1; int months = 0; float interest; cout << "Please input a value for the balance" << endl; cin >> balance; cout << "Please input a value for the payment" << endl; cin >> payment; while (balance > 0) …

Member Avatar for WaltP
0
556

The End.