maxNum method

int maxNum()

Implementation

int maxNum(){
	return _max;
}