Question: Create your own function and call it EvenOdd. Have the function take an integer input and output one of two values, the word Even or
Create your own function and call it EvenOdd. Have the function take an integer input and output one of two values, the word Even or the word Odd, depending on whether the input integer is even or odd. Extra credit: have the code check to make sure the input is an integer. By Using Microsoft Visual Basic appliction and using Function EvenOdd(x)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
