InterviewSolution
Saved Bookmarks
| 1. |
Write a algorithms to input principal rate and time calculate and print interst |
|
Answer» Answer: step 1: start step 3: calculate simple interest <- (p*t*r)/100 step 4: display simple interest step 5: stop |
|