Accountancy, asked by parthshn8373, 1 year ago

Write an algorithm for calculating simple interest

Answers

Answered by grreeaatt
4
P×R×T/100 = S I ...........
Answered by AnjaliSapkota191
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