I dont know
girly but hopefully u find the right answer
Her normal hourly rate is $13 an hour, her overtime is $19.50
Since you're looking for the chance that the defective player occurs twice, you need to find the chance your friend receives a defective player given that you also receive one. The chance you receive a defective player is 4%, or 0.04. If you friend also receives a defective player, then the chance of both occurring is 4% of 4%, or 0.04 * 0.04, which equals 0.0016. So the probability that you can a friend both receive a defective player is 0.16%.
The answer to the question
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.