The tutorial is super unclear. I never figured out for sure what to do with negatives or results over ten because of the unclear language used. I could never figure out exactly what I was doing wrong because I've never been able to isolate just a negative/over ten result. I assume the "tenths" column would be zero?
EDIT: After going in and out of the tutorial servers until getting something testable, I can confirm that it wants the unsigned result. I assume the way it's wrapped in MOD is supposed to hint at that, but I don't know what operator that could be referring to, as the only thing I can think of is modulo, which returns the remainder of a division.
EDIT of EDIT: I forgot that || is absolute value notation. MOD, here, is still totally lost on me, though.
EDIT2: So, after trying again and again, I can only conclude that this must be broken. Neither zero nor nine seem to work for over-ten results, and I can't figure out what else "tenths" might refer to.
EDIT3: The tenths column is the final digit of the result. DAMN.
An easy way to clarify this would be to add the expected result to the examples.
1 + 1 = 2 = 2
1 - 2 = -1 = 1
8 + 8 = 16 = 6