write an algorithm flowchart and program to calculate simple interest
Answers
Answered by
2
Answer:
Algorithm to find simple interest:
Start the program.
Read Principal amount, rate of interest and time period.
Calculate interest by using the formula.
Print the simple interest.
Stop the program.
Explanation:
Similar questions