Computer Science, asked by rajshikha425, 9 hours ago

Write the program to calculate simple interest and print it, by using the formula - SI=(P*T*R)/10P .Where P=1000, T=2 years and R = 10%.

Please Help me​

Answers

Answered by Anjulachouhan1999
0

Answer:

SI=(P*T*R)/100

P=1000

T=2

R=10%

vlaue put formula

SI= (1000*2*10)/100

SI=20000/100

SI= 200

Similar questions