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++ I need the program to be equivalent wih dev C++ IT210 BusinessApplications with C++ Program Assignment Credit Card Interest Calculator Purpose Write aC++ program with functions that will calculate the interest on one or

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 S1000 APR- 15% Your program will utilize functions to: 1. Read first and last name (void function) 2. Read credit card number (value returning function) a. Use a void function to verify read credit card number is correct 3. Read the balance shown in bill (netBalance), payment made (payment), days in billing cycle (di), and number days payment made before billing cycle (d2) using a void function 4. Calculate the average daily balance using a void function 5. Determine the APR using a value returning function 6. Determine the interest using a void function 7. output the results using a void function Your program's input/output must be identical to Module 5 Program Assignment (1) except you will be using functions. It is assumed that you will be displaying the descriptive header using a void function as shown in class Submission Requirements: l. Please submit the program on Blackboard 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 S1000 APR- 15% Your program will utilize functions to: 1. Read first and last name (void function) 2. Read credit card number (value returning function) a. Use a void function to verify read credit card number is correct 3. Read the balance shown in bill (netBalance), payment made (payment), days in billing cycle (di), and number days payment made before billing cycle (d2) using a void function 4. Calculate the average daily balance using a void function 5. Determine the APR using a value returning function 6. Determine the interest using a void function 7. output the results using a void function Your program's input/output must be identical to Module 5 Program Assignment (1) except you will be using functions. It is assumed that you will be displaying the descriptive header using a void function as shown in class Submission Requirements: l. Please submit the program on Blackboard

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!