write a c++ program to compute compound interest.
the program should be structured as follows
A function to compute interest
and another function to compute amount
Bold Text Here

Recommended Answers

All 3 Replies

Is that an order?

commented: lol! +1

I think you want someone to complete your assingnment. :)
// Example program
Hint: Use cmath and std::pow(float,float) method.

// formula is a=p(1+j/n)nt
/

S = value after t periods
P = principal amount (initial investment)
j = annual nominal interest rate (not reflecting the compounding)
n = number of times the interest is compounded per year
t = number of years the money is borrowed for */

nope not an oder....if u want to give me a hand like ravi 14 has please do so if u dont hold your peace

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.