โ Back to Functions/Methods
Question 278
Function: Is Odd
Function: Is Odd
Write a functionisOdd(int n)that returns1whennis odd and0when it is even. Read one integer from input, then print the result. For input7the output is: 1 Print just the1or0with%d(no newline).
Expected Output:
1
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.