Write an algorithm for calculating simple interest
Answers
Answered by
4
P×R×T/100 = S I ...........
Answered by
20
Algorithm for calculating simple Interest:
Step 1: Start
Step 2: Input P, T and R
Step 3: Simple Interest = ( P * T * R ) / 100
Step 4: Print Simple Interest
Step 5: Stop
Similar questions