here are the question:
write a program that inputs a series of integers and passes them one at a time to funtion even, which uses the modules operator to determine whether an integer is even. The function should take an integer argument and return true if the ineteger is even and false otherwise.
Hmm...i dont know how to do it..can someone help me...teach me plz