Question: Write the function prototype and the definition of a function call oddoreven that determine if an integer value is ODD or EVEN. The function will
Write the function prototype and the definition of a function call "oddoreven" that determine if an integer value is ODD or EVEN. The function will return a string containing that message. Use only ONE function! As an example if an integer value of 20 was passed to that function then the function will return "20 is an Even Number." if an integer value of 35 was passed to that function then the function will return "35 is an Odd Number."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
