
In your own words, explain and label each of the 5 spots.
What is the value of name when used at hotspot 5.?

The function created needs to be called in order to use it. How do you call the function?
What is the value of x?
If I wanted the value of x to change based on a value that I want. What should I do?
On line 9, how many values are given?
On line 10, how many values are given?
If lines 9 & 10 are using the same function but have a different number of values, how is it possible that the program works?
This code example is a return function. What are some differences you notice about this function from others?
On line 9, how do you think the code is working behind the scenes?
On line 8, if the user typed in "no" instead. What would happen?