Computer Science, asked by mayakhadka773, 6 months ago

Write an Algorithm and Flowcharts to find simple interest and amount.

Answers

Answered by artistakr
2

Answer:

  • 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