Question: Write a C++ program that prompts the user for a credit card balance, a card credit limit, and an interest rate. You are to calculate
Write a C++ program that prompts the user for a credit card balance, a card credit limit, and an interest rate. You are to calculate and display what the balance would be after one year, two years, and three years. Note that we are not assuming any payments made on the card. If the balance after the interest for the corresponding year is greater than the credit limit you should display a message notifying that the user has exceeded the balance by X amount (yes, you'll need to specify the actual amount and not use the letter X :-) ) The interest rate should be entered in whole numbers (ex: 15), but *hint* remember you will need to to /100 to get the rate as a decimal.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
