WAP in python to input principle amount, time and rate of interest. Find out and print simple interest and total amount
Answers
Answered by
0
Answer:
program:
p,t,r=int(input()),int(input()),int(input())
si=float(p*t*r)/100
print(si)
print(p+si)
Similar questions
Math,
3 months ago
English,
3 months ago
Biology,
7 months ago
Social Sciences,
7 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago