//
Description
// is the integer division operator. The result can be interpreted as the quotient.
Example
This expression calculates how many times 5 fits completely into 17, which is 3.
Last updated
// is the integer division operator. The result can be interpreted as the quotient.
This expression calculates how many times 5 fits completely into 17, which is 3.
Last updated