W=-21 Move the four over to the 24 leaving you with negative 20 and then “subtract” one
Answer:
6z + 9
Step-by-step explanation:
distribute 3/4 by 8z to get 6z
distribute 3/4 by 12 to get 9
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
I also think its 4 but im not sure