Functions and Hurdles

functions hurdle world
  1. All of the commands are inside of ________
  2. The first function to execute is _________________
  3. Give 2 examples of one function calling another function

  4. Does it matter what order the functions appear in the code?
  5. Does it matter what order the functions appear in the start function?
  6. If the hurdles were twice as high, rewrite the one function that you would have to change







hurdle world

Describe how the code would change for the world above

Write an efficient program with a start function that places a ball in every other space while moving across the world from left to right.