Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.
Answer:
si
Step-by-step explanation:
F of x basically means y. If x is hours, then f(2) means after two hours, so on. It’s set equal to twelve so that is the total number of bacteria. So after two hours, there is twelve bacteria.
-x + y > 5 <em>add x to bot sides</em>
y > x + 5 → y = x + 5
for x = 0 → y = 0 + 5 = 5 → (0, 5)
for x = -5 → y = -5 + 5 = 0 → (-5, 0)
The dotted line (sign >, not ≥).
We shade above the line (y > ...).