When you use the division operator (/), you will get the whole number part only when you are dividing integers. If you want to also use the remainder part of the result, you can use the remainder operator (%).
When you use the division operator (/), you will get the whole number partonly when you are dividing integers. If you want to also use the remainderpart of the result, you can use the remainder operator (%).