Odd Number: A number that cannot be divided evenly by 2.
Divisible: The ability for one number to be divided by another without leaving a remainder.
Modulus Operator (%): An operator in programming that returns the remainder when one number is divided by another.