Computer Science, asked by rawatrohan443, 8 months ago

Write a Program to input Principal Amount , Rate of Interest , Time and Calculate Simple Interest ​

Answers

Answered by parneetgrewal507
4

Answer:

This C Program calculates the simple interest given the principal amount, rate of interest and time. The formula to calculate the simple interest is: simple_interest = (p * t * r) / 100 where p is principal amount, t is time & r is rate of interest.

Explanation:

Your answer ☝️

plz plz mark me as brainliest and plz like my answer

Thanks

Similar questions