Scratch Lab 10

Pair Programming

Problem #1


Link to Data
  1. What data is attached to each clone? That is, what is changed on each clone that allows for the rabbits and foxes to appear/disappear?
  2. Attatched to each clone are random movement patterns and conditionals to check if the clone is touching another clone. If Rabbits or Foxes are touching that will cause clones to appear or dissapear, and the birth or death rate will change.

  3. Are the simulation results the same each time? Why or why not?
  4. No, because random numbers are picked that effect the movement, direction, and other key parameters.

Problem #2