Computer Science, asked by starketzi, 1 year ago

write an algorithm to find the simple interest.(SI= p*n*r/100)

Answers

Answered by surajsingh01082004
23
1) Start
2) Read P, R, T
3) S I = P*R*T/100
4) Print S I
5) Stop

Happy to help

starketzi: thank you
surajsingh01082004: It's ok.........
Answered by Mallika1999
14
step 1: start
step 2: multiply principle amount, no.of years and the rate of interest and store it in a variable.
step 3: divide the variable by 100
step 4: print the result
step 5: stop

hope is helps..

starketzi: thank you
Mallika1999: pleasure!!
Similar questions