2) write a function that when called, returns the number of even elements in a list. it should return an integer and print it out from outside of the function. the list should come from user input with a minimum of 5 values. the list should be passed as a parameter.