Computer Science, asked by fusernames, 9 months ago

WAP in python that input Principle, Rate, Time and Calculate the Simple Interest ​

Answers

Answered by muskan1618
5

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.

Explanation:

Follow me

Answered by Itzsamu1202
1

Explanation:

simple_interest = (P * T * R) / 100 where P is principal amount, T is time & R is rate of interest.

please follow me..

Please mark as brainlist

Similar questions