Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you help me with this code. When i run the code at the very end it wont show me the calculated interest rate. the

Can you help me with this code. When i run the code at the very end it wont show me the calculated interest rate. the interest rate in the assignment is 0.0152.

image text in transcribed

image text in transcribed

7. Interest on a credit card's unpaid balance is calculated using the average daily balance. Suppose that netBalance is the balance shown in the bill, payment is the payment made, d1 is the number of days in the billing cycle, and d2 is the number of days payment is made before billing cycle. Then, the average daily balance is: averageDailyBalance (netBalance di - payment d2) di If the interest rate per month is, say, 0.0152, then the interest on the unpaid balance is: interest- averageDailyBalance 0.0152 Write a program that accepts as input netBalance, payment, di, d2, and interest rate per month. The program outputs the interest. Format your output to two decimal places. 1 #include #include "pch.h" netBalance; 15 16 17 18 19 20 21 cout > payment; cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Objects And Databases International Symposium Sophia Antipolis France June 13 2000 Revised Papers Lncs 1944

Authors: Klaus R. Dittrich ,Giovanna Guerrini ,Isabella Merlo ,Marta Oliva ,M. Elena Rodriguez

2001st Edition

3540416641, 978-3540416647

More Books

Students also viewed these Databases questions