At the end of this lesson, you will be able to:
read a flowchart for your program
storyboards
a flowchart is just a sequence of steps to follow
we use them in programming to solve our problem BEFORE we start coding
each shape in a flowchart has meaning
the "main" thread of the program gets a flowchart
each function gets its own flowchart
you do not show the declaration of variables in a flowchart
if there is any math, you always show the math
give them a title, so we know what they are showing
the arrows show the flow of logic
DO NOT take a screenshot of the flowchart
if you are using Google Docs, you can use the "Add-on" and insert the flowchart right into your document
nil
Continue working on your Mine Sweeper Puzzle
work on weekly assignment
create the program that solves your trapezoid flowchart