Computer Science, asked by saran1630, 5 months ago

Write a C program to compute Simple interest ​

Answers

Answered by Innocentgirl58
0

Answer:

Step by step descriptive logic to calculate simple interest.

  1. Input principle amount in some variable say principle .
  2. Input time in some variable say time .
  3. Input rate in some variable say rate .
  4. Find simple interest using formula SI = (principle * time * rate) / 100 .
  5. Finally, print the resultant value of SI .

Answered by sahmad900982
0

guys follow me

Explanation:

Similar questions