Computer Science, asked by aishwarya484713, 9 months ago

Write an algorithm for accepting principal, rate , and time period from user . Calculate [write answer step by step ]

Answers

Answered by sanjeevksharma2012
1

Answer:

Explanation:

1. Start

2. Define Principal, Interest and Time of loan.

3. Apply in the formula SI= P*T*R/100

4. Print the Simple Interest.

5. Stop

Similar questions