Integer division
If you perform integer division, the result will consist of only the whole-number part of the quotient.The remainder or fractional part will be discarded.
If you need the remainder, you can get it by using the modulus operator from the above table.