Answer: 3/2
Step-by-step explanation:
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
-35/9
Step-by-step explanation:
(3^-2)-4
1/9-4
-35/9
D. The males have a suspected significant high outlier.
The outlier will make the box plot be uneven and this will affect the spread and the center.
I know isn't A, because if anything that would make it more balanced.
I know it isn't B because this would not affect the spread or the center.
I know it isn't C because the question is not asking you to determine the spread and center, just to see if there is anything that would affect them.
I hope this helps!