this post was submitted on 05 Dec 2023
290 points (97.7% liked)

Programmer Humor

19197 readers
1497 users here now

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.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 9 months ago (1 children)

Easy workaround, just test the last digit. If it is even, the entire number is even, else odd.

[โ€“] [email protected] 12 points 9 months ago

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!