1.

Write a algorithms to input principal rate and time calculate and print interst

Answer»

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



Discussion

No Comment Found