modulo (%)

The modulo operation:

You can check if something is odd by seeing if it is divisible by 2: n % 2 != 0

TODO: Examples and clever use: