Answer:
i try my best to find the answer if i can give me some time when i will find then i will tell you
Step-by-step explanation:
40%=0.4
0.4+1=1.4
4.5(1.4)=6.3
The answer is $6.30
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
So do you have A B C it would help
Very simple.
Let's say you have an equation.
f(x) = x^2
You are asked to find the value for y when x equals 1.
The new equation is: f(1) = (1)^2
f(1) = 1
When x = 1, y = 1.
The same concept is applied here.
In the graph, where does x equal 0?
It equals zero at the origin.
Is there any y-value associated with 0?
Yes, there is.
Y equals five when x equals 0.
So
h(0) = 5