Quiz 20 Solution - Wednesday July 12, 2000
1. What are the parameters listed in the signature of a method called?
2. What is the rule about sending parameters to a method?
They must match in position and type
3. What are the parameters listed in the call to a method called?
4. When we use more than one parameter in a method how do we seperate
them?