Introduction - If you have any usage issues, please Google them yourself
Write a program that uses sentinel-controlled repetition to take an integer as input, and passes it to a function even which uses the modulus operator to determine if the integer is even. The function even should return 1 if the integer is even, and 0 if it is not.
The program should take the value returned by the function even and use it to print out a message announcing whether or not the integer was even