Answer:

Step-by-step explanation:

















They each get 14 cents,
A quarter = 25c
A nickel = 5c
A dime = 10c
2 pennies = 2c
25 + 5 + 10 + 2 = 42c
42 divided by 3 is 14 cents
So Willie, Donald and Maya get 14 cents each
Answer:
P = 5
Step-by-step explanation:
2/5(10p) - 2/5(15)= 14
20p/5 - 30/5= 14
4p - 6= 14
4p = 20
p=5
The answer I'm pretty sure is B but I can't really explain it, sorry
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>