Code Meaning Flashcards
(3 cards)
1
Q
//
A
floor division operator. Divides and then rounds down to a whole number
2
Q
%
A
modulus/remainder operator. Returns remainder when one number is divided by another
3
Q
Relational operator
A
Operators such as:
>
>=
<
<=
==
!=