Write a Python program to calculate Simple Interest for given Principal
amount and take the time and rate of interest from the user .
P = 10000
Answers
Answered by
0
Answer:
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
Similar questions