Computer Science, asked by shm0618007jasleen, 3 months ago

write an algorithm flowchart and program to calculate simple interest​

Answers

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