Computer Science, asked by nowheeranowheera3245, 4 days ago

Write a algorithm for compound interest

Answers

Answered by manojkushwaha1144
0

Answer:

Algorithm for compound interest

Step 1: Start Step 2: Read 3 number for p, n, r Step 3: Calculate C.I = p × (1 + r/100)n – p Step 4: Print “The compound Interest = C.l” Step 5: StopRead more on Sarthaks.com - https://www.sarthaks.com/1110932/write-an-algorithm-to-calculate-the-compound-interest-c-l-p-1-r-100-n-p

Answered by vr106367
0

Answer:

ALGORITHM FOR COMPOUND INTEREST:

a = p(1 + r/100)^n

where a = amount

p = principal

r = rate

n = time

Explanation:

PLEASE MARK ME AS BRAINLIEST!!!!!

Similar questions