Step 2:
***************************************************
Question:
	What is the naming convention for a mutator?  
	If a mutator has a return other than void, what would the type of the 
	return be and what is the meaning of the returned value?
***************************************************
Please answer below in two or three sentences:

The naming convention for a mutator is the prefix "set" and the attribute that 
the mutator belongs to with the first letter capitalized. A mutator would return 
a boolean type to show whether the operation succeeded.