This means you divide a number and whatever you have left over is your remainder,
i too want to know how to find it!!
298.6316
6.5
49.619
35
127.6
This means you divide a number and whatever you have left over is your remainder,
quotent X divisor + remainder = dividend
i too want to know how to find it!!
11.0503
298.6316
You use the modulus operator: % example: 7 % 2 will output a remainder of 1.
161.2222
6.5
To find the remainder you can do the 'chunking' method. This would leave you with a remainder of 2 because 4x9=36 38-36=2
49.619