woodkkk1180 woodkkk1180 15-02-2024 Mathematics contestada Consider the following code segment: int x = 7; if (x < 7) x = 2 * x; if (x == 1) x = x * 2; (3 * x);