rstredway2653 rstredway2653 09-12-2022 Computers and Technology contestada what is the output of the following code is z is -1? x = 0 y = 5 z = -1 while x if x == z: print('x == z') break x += 1 else: print('x == y')