write an algorithm to find simple interest
Answers
Answered by
0
Answer:
principle × rate × time / 100
Answered by
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