Computer Science, asked by kaverimallarapu2287, 1 year ago

Write a program to calculate simple interest by accepting p,t,r from user

Answers

Answered by Anonymous
1

Explanation:

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. Here is source code of the C program to calculate the simple interest

Answered by Anonymous
1

Explanation:

formula to calculate program for simple interest by accepting from user

Similar questions