+ 2
I'm confused on quotient and reminder
Like modulo and %
2 Réponses
+ 2
That returns the remainder of a division!
For example 10%2=0 because 10/2 =5 and there is no remainder.
Other example is 10%3=1
because 10/3=3(the integer part) so 3*3=9 and the remainder is 1
+ 4
It's nothing but arithmetic from the 3rd grade or so.