Cleotilde3829 Cleotilde3829 25-10-2022 Computers and Technology contestada write a function that takes one integer as its parameter. the function should return true if the inputted integer is even, and false if it is odd. run the function with the integers 5 and 10. print out the results.