PYTHON PROGRAM FOR SIMPLE INTEREST
MATHEMATICALLY,
simple interest =(p*r*t/100)
WHERE,
P is the principle amount
R is the rate
T is the time
NOW, LET'S SEE HOW WE CAN IMPLEMENT SIMPLE INTEREST IN PYTHON
INPUT:
OUTPUT:
THANK YOU!!HOPE YOU LIKE IT...
PYTHON PROGRAM FOR SIMPLE INTEREST
MATHEMATICALLY,
simple interest =(p*r*t/100)
WHERE,
P is the principle amount
R is the rate
T is the time
NOW, LET'S SEE HOW WE CAN IMPLEMENT SIMPLE INTEREST IN PYTHON
INPUT:
OUTPUT:
0 Comments