Write an algorithm and draw a flowchart to find simple interest
Answers
Answered by
161
hope it works friend
Attachments:
Answered by
119
Algorithm:
Algorithm is a stepwise “set of rules” to be followed in ‘calculations’ used by computer especially. It is a ‘step by step’ process and simple way to find output of the program. We can easily understand the whole program by this algorithm.
Algorithm to find simple interest:
1. Start the program.
2. Read Principal amount, rate of interest and time period.
3. Calculate interest by using the formula.
4. Print the simple interest.
5. Stop the program.
The flowchart for simple interest is attached below.
Attachments:
Similar questions