Computer Science, asked by sherifa24, 4 months ago

Write Algorithm and draw Flowchart to find Simple Interest.​

Answers

Answered by zezus
1

Answer:

c programme algo to draw si

START

READ :

amount , rate , time

si ( amount , rate , time / 100)

PRINT SI

STOP

Similar questions