i need to complete a sumEvenOdd method. This method takes a Scanner (for user input) and a positive integer n. The user is prompted to enter n of integer values. After the user has entered the specified number of integers, the method displays the sum of the odd values and the sum of the even values entered by the user.
(You may assume that the user enters an integer when propmted for an integer.)