Computer Science, asked by alli72351, 6 hours ago

Write algorithm and flow chart and c program for the simple interest

Answers

Answered by jagruti6551
28

Answer:

The algorithm to calculate the simple interest and compound interest is as follows: Step 1:Start. Step 2:Read Principal Amount, Rate and Time. Step 3:Calculate Interest using formula SI= ((amount*rate*time)/100) Step 4:Print Simple Interest.

Similar questions