flow charts yay

  • Oval = beginning
  • parallelogram
    • Assigning variables
    • Getting user input
    • Output
  • Diamond = conditions
  • Square
    • Describes a condition (true / false arrow)

Note:

  • Do not write exact code

The top image is an oval that says “start”

(newer)

  • The point of the parallelogram is to specify input and output.