The following lessons require you to plan your own projects. Let's learn how to do that!
Before starting a project, the first step is to make a plan by drawing a flowchart. A flowchart uses different shapes to show the steps to solve a problem.
Each shape has a special meaning.
The flow chart above shows the sequence control structure. Sequence control structure refers to an algorithm that is not branched and has a specific order.
Marks the beginning or end of an algorithm. This symbol can only be filled with "Start" for the beginning and "End" for the end.
Represents the operation of the algorithm.
Shows the flow.
Draw a flow chart for the last challenge in the video
Make the wolf wink!