Computer Science, asked by lizbethpaul1356, 9 months ago

Write an algorithm to enter principle, rate and time. Calculate and display the simple interest and amount

Answers

Answered by deeptanshu84
2

Answer:

INPUT p

INPUT r

INPUT t

COMPUTE S=p*t*r/100

PRINT S

Similar questions