Science, asked by kristinasen166915, 1 month ago

Wap to calculate compound interest where principal is p, number of times
interest applied per time period is n and interest is i. All the variables are
taken input CI= P [(1 + i)
n – 1]

THE ANS SHOULD BE WRITTEN IN C LANGUAGE.

Answers

Answered by sushobhanbhandari020
0

Answer:

Explanation:

CLS

REM to calculate compound interest

INPUT" Enter Principal"; P

INPUT "Enter Time"; N

INPUT "Enter Interest Rate"; R

let CI= P[(1+i)^n -1]

Print "Compound interest="; CI

END

Answered by divyanshthawait123
0

Answer:

I like armaan malik or not...

please tell

Attachments:
Similar questions