Consider the following code: x = 9 y = -2 z = 2 print (x + y * z) What is output? 9 13 14 5