WAP to calculate and display simple interest by accepting amount, rate of interest and time. (formula: I=P*R*T/100)
Eg:
Input
Principle =1,00,000
Rate =5%
Time =2 years
Output=10000
SI= P*T*R/100
Explanation:
Interest=P*R*T/100
Interest=100000*5/100*2= 10000
Published By : Sunita Chhetry