What is the result of the following code snippet?

[1] 5 5 5[1] 0 0 0[1] 0 0 5[1] 10 11 12

Yass! After subtracting the vector with itself, all of it's elements become 0. We then add the constant5 to each element, giving us the result.

Oh noes! After subtracting the vector with itself, all of it's elements become 0. We then add the constant5 to each element, giving us the result.