Draw This - beginner
Write pseudocode to plan a simple task: Making a cup of tea. Include steps for boiling water, adding tea leaves, steeping, and serving.
7 minutes
Hint 1
Hint 2
Hint 3
Write pseudocode to plan a simple task: Making a cup of tea. Include steps for boiling water, adding tea leaves, steeping, and serving.
This pseudocode starts with the START symbol and ends with END. Each step is a simple instruction describing what to do next. The flow is linear, showing the order of actions to make tea: boiling water, adding tea leaves, pouring water, steeping, removing leaves, and serving. This clear sequence helps plan the task logically before actual execution.