You need to do the Integer Comparison
Prepare a segment of code which will read in an integer and then output the subsequent:
- If the integer is even, print "The input is an even number"
- If the integer is not even, print "The input is an odd number"
You need to satisfy the given condition to prepare the code.