Computer Science, asked by paro6596, 11 months ago

write an algorithm and draw a flowchart to calculate and display simple intrest

Answers

Answered by RewelDeepak
3

Answer:

Write an algorithm and draw a flowchart 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