Algorithm to Calculate Simple Interest
Algorithm Steps
Start
-
Read Principal Amount, Time, and Rate
-
Calculate interest using the formula ((P*T*R)/100)
-
Print Simple Interest
-
Stop
Flowchart:
Start
↓
Input P, T, R
↓
Calculate SI = (P × T × R) / 100
↓
Display SI
↓
Stop
0 टिप्पणियाँ:
Post a Comment