1.

Write an algorithm to calculate the simple interest (I =P*N*R/100)

Answer»

Step 1 : Start 

Step 2 : Read 3 values for P,N,R 

Step 3 : Calculate I <— P*N*R/100

Step 4 : Print “The simple interest = I 

Step 5  : Stop



Discussion

No Comment Found

Related InterviewSolutions