Computer Science, asked by tewarilavi6, 2 months ago

write a program to calculate simple interest and compound intrest in python. this is very important who knows answer then only reply I have to submit​

Answers

Answered by patelpritesh
1

Answer:

Simple interest is calculated by multiplying the daily interest rate by the principal amount by the number of days that elapse between the payments. For example, If P = 1000,R = 1,T = 2 Then SI=20.0 Now let's see how we can implement a simple interest calculator in Python.

Similar questions