charleagrace5640 charleagrace5640 31-07-2018 Computers and Technology contestada Given the following code segment, int x = 50; int y = 15; int z = x / y; what is the value assigned to z?