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
165 pounds —> 60grams of proteins
220 pounds —>80 grams of proteins
Todd needs 80 grams of proteins each day
Thanks me if it is correct !!!
Split 33 into two numbers that when added up are 33.
So 12 to 21, which when divided by 3, are 4 to 7.
Answer:
your answer is true.
Step-by-step explanation:
As 8 is in the hundredth place.
First find slope
(7-5)/(3-5) = 2/-2 = -1
Slope intercept: y = mx + b
Y = -1x + b, plug in point
5 = -1(5) + b, b = 10
Equation: y = -1x + 10