Determines if a number is even or not.
Declaration
ISEVEN(number) -> boolean
Parameters
- number (type: number)
- The number to check.
Return Values
- boolean (type: boolean)
- True if the number is even, False otherwise.
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.