214k views
18 votes
Write an algorithm to calculate the simple interest using the formula​

User Zach Mast
by
6.9k points

1 Answer

1 vote

Answer:

step 1:- start

step 2:-read principal amount, rate and time

step 3:- calculate interest using formula sI=((amount*rate*time)/100)

step 4:- print simple interest

step 5:- //CPP program to find compound interest for. //given values

User Kutsan Kaplan
by
6.2k points