Computer Science, asked by khushi02022010, 7 months ago

writ an algorithm to calculate simple interst. ​

Answers

Answered by Anonymous
13

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.

Step 5:Stop. // CPP program to find compound interest for. // given values.

Hope it helps you

Answered by Anonymous
119

\sf  \large \:\underline{  \red{Answer}  }:-

Step 1 : Start

Step 2 : Read RR, T.

Step 3 : (P*R*T) /100.

Step 4 : Print SI.

Step 5 : stop.

Similar questions