Answer: Not a function
Reason: x = 0 repeats itself. The input x = 0 leads to multiple outputs y = 8 and y = 68 at the same time. A function must have each x input lead to exactly one y output only.
Visually the two points (0,8) and (0,68) fail the vertical line test, which is a quick way to determine if we have a function or not.