Question: Write a program to compute and output the penalty on an unpaid credit card balance. Assume the interest rate is 1.5% per month. Declare variables

 Write a program to compute and output the penalty on an

Write a program to compute and output the penalty on an unpaid credit card balance. Assume the interest rate is 1.5% per month. Declare variables and add header Enter the current balance and payment Final balance-current balance payment Is the final balance 0? Penalty-final balance'interest rate False Print the final balance and penalty Program: #include "stdafx.h" #include using namespace std; #include int tmain(int argc, _TCHAR* argv[]) //1) declare variales //2) prompt input //3) calculation //4)display the results system("pause"); return e

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!