hello everyone!
I just discovered i've been treating % the wrong way, i always thought it was the number right after the decimal point. But i soon found out its the remainder on the fraction, such as this:
34%5
34/5 = (30 + 4)/5 = (30/5) + (4/5) = 6 + 4/5 = 4
right?
so how is
-34%-5 == -4?
I don't understand why it comes out to -4, can someone write it out like i did above and show me?
also how is 4%6 = 4?
thanks!:D
