Computer Science, asked by nazimanoor189, 2 months ago

Write an Algorithm for Simple Interest.​

Answers

Answered by Leelagowtham
2

Explanation:

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.

Answered by cjha33976
1

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.

Explanation:

pls mark me as a brainlist

Similar questions