Need to create filter to check even or odd

I have an array from which each odd element must go along one branch after the router, and the other element along the second branch after the router.

Shouldn’t it be mod 2? Anything mod 1 will always be 0, because everything can be divided by 1.

3 Likes