V = 3.14(4^2) × 4
V = 3.14(16) × 4
V = 50.24 × 4
V = 200.96
According to this, answer is E.
Answer:
4000
Step-by-step explanation:
Out of their sample half of the people are in favor meaning that half of the total are also in favor and half of 8000 is 4000
I hope this helps and please don't hesitate to ask if there is anything still unclear!
Answer:
it is b
Step-by-step explanation:
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>