Write an algorithm program and draw a flowchart to calculate the simple interest
Answers
Answered by
2
Explanation:
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.
Similar questions