find the simple interest and compound interest write algorithm and flow chart
Answers
Answered by
2
Explanation:
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.
Similar questions