Computer Science, asked by samrataggarwal, 1 day ago

write an algorithum and draw a flowchart accept principle rate and time And display the simple intrest​

Answers

Answered by sanketdhuppad77986
1

Answer:

C Program to find the simple interest Algorithm

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

Explanation:

flowchart:

Attachments:
Similar questions