Computer Science, asked by mrunalisawant8607, 6 months ago

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

Answers

Answered by subgb98
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