6-7 Shape Maker Day1
6-7 Shape Maker Day1
Day 1. Ask user how many sides in their shape, then create a shape with that number of sides!
Day 1. Ask user how many sides in their shape, then create a shape with that number of sides!
DIRECTIONS: Green Flag or SpaceBar to clear screen. Enter number between 1-10
Turn angle of any shape is equal to: 360 / number of sides:
procedure (n): a named piece of code that you can call multiple times; also called a function
parameter (n): the name of a piece of information passed into a procedure to customize it for a specific need
argument (n): actual value of data passed into a procedure when a procedure is called.