Write an application to count the number of both odd and even integers of several positive integers. The fisrt value entered specifies the number of values to input from the user. Make sure that the user enters positive integers(i.e. no negitives or zeros). The final display is the total of how many odd numbers were entered and the total of how many even numbers were entered.