write a program to find the simple interest where the value of principle, time and rate of interest are entered by the user si =p*r*t/100 (9th standard method only) plz plz plz
Answers
Answered by
1
Explanation:
Python:-
P= 5000 #Principal Amount
R=15 #Rate
T=1 #Time
SI = (P*R*T)/100; # Simple Interest calculation
print("Simple Interest is :");
print(SI); #prints Simple Interest
Similar questions
History,
2 months ago
Sociology,
2 months ago
India Languages,
2 months ago
Social Sciences,
5 months ago
Math,
11 months ago
Math,
11 months ago