Computer Science, asked by koppalitejashree, 2 months ago

find the simple interest and compound interest write algorithm and flow chart

Answers

Answered by Hema266
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