Question: I need the program to be equivalent wih dev C++ IT210 Business Applications with C++ Program Assignment Credit Card Interest Calculator Purpose Write a C++
I need the program to be equivalent wih dev C++ 


IT210 Business Applications with C++ Program Assignment Credit Card Interest Calculator Purpose Write a C++ program with functions that will calculate the interest on one or more customers' credit card's unpaid balances using the average daily balance Program Input The standard input for this program which will also be echoed.is omer's first and last name Credit card number Balance shown in the bill (netBalance) Payment made (payment) Days in the billing cycle (dl) Number of days payment made before billing cycle (d2) Calculate the average daily balance, interest, and APR based on the formulas given below: average DailyBalance (netBalance dl-paymment d2) di interest averageDailyBalance *APR/(100*12) where APR depends on the average daily balance as shown below average DailyBalance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
