Draw This - beginner
Draw a flowchart that shows how to make a cup of tea step-by-step. Use simple steps like boiling water, adding tea leaves, steeping, and pouring tea. This will help you understand why algorithms are step-by-step solutions.
Jump into concepts and practice - no test required
Draw a flowchart that shows how to make a cup of tea step-by-step. Use simple steps like boiling water, adding tea leaves, steeping, and pouring tea. This will help you understand why algorithms are step-by-step solutions.
_______ _________ __________ __________ _______
/ Start \ ----> | Boil | ----> | Add tea | ----> | Steep tea | ----> | Pour |
\_______/ | water | | leaves | | (wait) | | tea |
\________/ \_________/ \__________/ \_______/
|
v
_______
/ End \
\_______/
This flowchart shows the step-by-step process to make a cup of tea. Each step is clear and follows the previous one in order:
This shows why algorithms are step-by-step solutions: they give clear instructions to follow in order to get the desired result.
Step 1: Take number A = 3
Step 2: Take number B = 5
Step 3: Add A and B
Step 4: Output the result
Step 1: Input numbers X and Y
Step 2: If X > Y, print X
Step 3: If Y > X, print Y
Step 4: End