Write a algorithms to input principal rate and time calculate and print interst
Answers
Answered by
0
Answer:
step 1: start
step 2: input p,t,r
step 3: calculate
simple interest <- (p*t*r)/100
step 4: display simple interest
step 5: stop
Similar questions