Computer Science, asked by kkavinkumarmanoharan, 1 month ago

program to calculate simple interest with output​

Answers

Answered by mayanksingh63851
0

Answer:

Software OK Bolo har har mahadev

Answered by manomini06
0

Answer:

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.

Explanation:

mark me as brainliest

Similar questions