shaguftausman07 shaguftausman07 27-10-2022 Computers and Technology contestada consider the following code segment. int x = 5; x = 6 * 2; x -= 3 / 2; what value is stored in x after the code segment executes