Question: Write a function called is even that takes one parameter and returns a boolean value. It should return True if the argument is even; it
Write a function called is even that takes one parameter and returns a boolean value. It should return True if the argument is even; it should return False otherwise. The is even function should not print anything out or return a number. It should only take in a number and return a boolean Note: Be sure to Include comments for all functions that you use or create. For example, If you made a call like is even number is even is even number should have the value True. Once you've written this function, write a program that asks the user for integers and prints whether the number they entered is even or odd using your is even function. You should let the user keep entering numbers until they enter the SENTINEL value. Here is a sample run of the program: Enter a number: s
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
