Program to find the simple interest based upon number of years. If number of years is more than 12 rate of interest is 10 otherwise 15.
Its a Python Question
pls solve it in Python way
it is of 100 points
Answers
Answer:
Simple interest formula is given by:
Simple Interest = (P x T x R)/100
Where,
P is the principle amount
T is the time and
R is the rate
EXAMPLE1:
Input : P = 10000
R = 5
T = 5
Output :2500
We need to find simple interest on
Rs. 10,000 at the rate of 5% for 5
units of time.
EXAMPLE2:
Input : P = 3000
R = 7
T = 1
Output :210
FIRSTLY THERE IS A FORMULA
ITS A PYTHON METHOD
ITS VERY SIMPLE METHOD
I HOPE U UNDERSTOOD
PLEASE MARK ME AS BRAINLIST ANSWERS PLEASE PLEASE REQUESTING REQUESTING
Simple interest formula is given by:
Simple Interest = (P x T x R)/100
Where,
P is the principle amount T is the time and R is the rate.
EXAMPLE1:
Input : P = 10000
R = 5
T = 5
Output :2500
We need to find simple interest on
Rs. 10,000 at the rate of 5% for 5
units of time.
EXAMPLE2:
Input : P = 3000
R = 7
T = 1
Output :210
Hope it helps....
^___^