Computer Science, asked by Shivani8908, 11 months ago

How to write an Algorithm to solve a simple interest c program

Answers

Answered by Manoranangorai
0
step1: input the principle amount P, rate of interest R, and then time T, step3: find simple interest by multiplying P×R×T and divide them by 100 SI=(P×R×T)/100
Similar questions