Computer Science, asked by riyabaliyan8318, 11 months ago

Write a python program to compute simple interest

Answers

Answered by durgeshgupta02
5

Explanation:

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

2. Using the formula, compute the simple interest.

3. Print the value for the computed interest.

4. Exit.

Similar questions