Solved
Which comparison operator means 'is not equal to'? ✔✔!=
If the following code was run, how far would Tracy move? ✔✔100 pixels
Why are parameters useful? ✔✔They allow us to tailor functions to be used in multiple
situations
How many parameters can we use in each function? ✔✔As many as we need
What is the default starting value of i in a for loop? ✔✔0
What will the values of i be at each iteration of the loop below?