Answer:

Step-by-step explanation:
Answer:
28
Step-by-step explanation:
35% × 80 =
(35 ÷ 100) × 80 =
(35 × 80) ÷ 100 =
2,800 ÷ 100 =
28
I hope this helps :)
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
Here given that r= 0.8
Area of circular glass = area of circle = pi r^2
= 3.14 ( 0.8)^2 = 2.009 square meter
cost of one square meter = 4.60
cost of 2.009 square meter = 4.60 * 2.009 = 9.244
Answer $ 9.244 .