290
isEven API
(isevenapi.xyz)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Easy workaround, just test the last digit. If it is even, the entire number is even, else odd.
That's preposterous! Next time you'll tell me the language I'm using has a builtin operator that test if a number can be divided by another!