gumlickpuklandon gumlickpuklandon 07-04-2021 Computers and Technology contestada Consider the following code: x = 9 y = -2 z = 2 print (x + y * z) What is output? 9 13 14 5