Computer Science, asked by Carol129, 1 year ago

Write an algorithm for calculating simple interest.

Answers

Answered by AnjaliSapkota191
12

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



Carol129: Thanks
Answered by AawishkarSapkota12
2

Step 1: Start

Step 2: Input P, T, R

Step 3: Simple Interest = ( PTR ) / 100

Step 4: Print Simple Interest

Step 5: Stop

Similar questions