Q. To calculate the simple interest.
Answer :-
Algorithm :-
1. Start
2. Input principal
3. Input rate
4. Input time
5. Simple interest principal * rate * time
6. Print simple interest
7. Stop
Pseudocode :-
P = input "principal value "
R = input " rate "
T = input "time "
Si = p * r * t
Display si
Flow Chart :-
Click on image for clear view.
tq by tuntun
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )