All Subjects
Light
AP Computer Science A
Odd numbers are integers that cannot be divided evenly by 2. When divided by 2, odd numbers leave behind a remainder of 1.
Even numbers: Integers divisible evenly by 2.
Modulus operator (%): Returns the remainder of a division operation.
Conditionals: Statements that allow for different actions to be taken based on specified conditions.