Computer Science, asked by guruprasannasenthilk, 6 months ago

Python program to find simple interest using function in Python​

Answers

Answered by unicorn276
1

Explanation:

The formula: (amount*time*rate)/100 is used to compute simple interest.

...

The program computes simple interest given the principle amount, rate and time.

Take in the values for principle amount, rate and time.

Using the formula, compute the simple interest.

Print the value for the computed interest.

Exit.

Similar questions