Write Algorithm and Draw Flowchart To "Buy A Pen"
Write Algorithm and Draw Flowchart To "Buy A Pen"
Algorithm Flowchart
Come back
home
Stop
2. Write algorithm and draw flowchart to “Add two Numbers”.
Algorithm Flowchart
Find Sum A + B
Stop
3. Write algorithm and draw flowchart to “Find the Area of a Rectangle”
Algorithm Flowchart
Stop
4. Write algorithm and draw flowchart to “Display your Age”
Algorithm Flowchart
Display Age
Result
Stop
5. Write algorithm and draw flowchart to “Find the Greater of two Numbers”
Algorithm Flowchart
Step1. Start.
Step2. Input the two numbers Start
A and B.
Step3. Check if A>B. If yes,
go to step 4 Input A and B
else go to step 6
Step4. Display the number A
Step5. Go to step 7 NO
Is
Display B
Step6. Display the number B A>B
Result
Step7. Stop
YES
Display A
Result
STOP
6. Write algorithm and draw flowchart to “Find the Square of a Number”
Algorithm Flowchart
Square = A*A
Give Answer
Result
STOP
7. Write algorithm and draw flowchart to “Make Tea”
Algorithm Flowchart
Add Milk
Boil water
Pour in cup
STOP