Answer:
30
Step-by-step explanation:
120/4 = 30
<em>Hope this helps</em>
<em>-Amelia</em>
<h2>ANSWER : </h2>
<h2>» 14n-6/3 </h2>
refer to the above attachment ↑
805 divided by 5 equals 161
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
Answer:
9) v= -12
10) n= -7
Step-by-step explanation:
9) v - 15 = -27
Add 15 from both sides
i.e. v - 15 + 15 = -27 + 15
v = -12
10) n + 16 = 9
Subtract 16 from both sides
i.e. n + 16 - 16 = 9 - 16
n = -7
Hope this helps!!!