;Task:
Create a function that returns the maximum value in a provided set of values, 
<br>where the number of values may not be known until run-time.
<br><br>

