If i am correct then the % divides a number and collects its remainder, at this point i want to see wich numbers are odd and wich are even. what does the title mean? % 2 != ?
The modulus (%) sign returns the remainder if you say 9%3
Every one takes 3 apples all satisfied 0 remainder which is the result of 9%3
Then if I say 9%2 then the result will be equal to 1 as every one of two will take 4 apples which makes them 8 apples with 1 in the remainder.