Write a program that inputs integer numbers and determines how many positive 
	and negative values have been read. It then determines how many odd and even 
	values have been read. It also computes the total and average of the input values 
	(NOT COUNTING ZEROS). Your program ends when you enter “finish”