Math, asked by shashanth123, 5 months ago

write an algorithm to find simple interest​

Answers

Answered by XTESIO
0

Answer:

principle × rate × time / 100

Answered by Anonymous
11

ANSWER:

ALGORITHM TO FIND SIMPLE INTEREST:

1. C Program to find the simple interest Algorithm

Step 1:Start

Step 2: Read Principal Amount, Rate and Time

Step 3:Calculate Interest using formula

Si=((amount*rate*time)/100)

Step 4:Print Simple Interest

Step 5: Stop

MARK AS BRAINLIEST ✌️

Similar questions