Answer:
Sarah
Step-by-step explanation:
6.75/3 is the total for one pound . This = 2,25 while calros' 4.52/2 = 2.26. sarah paid one cent less, getting a better deal than carlos
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:
20
Step-by-step explanation:
Divide 4 by 1/5 in decimal form, 1/5 in decimal form is 0.20. You can get the decimal form by dividing 1 by 5.
So 4/0.20 = 20.
The answer looks like it could be b
The answer is in my attachment