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:
<CFE = 28
<RPQ = 53
Step-by-step explanation:
1)
<CFE + 152 = 180
<CFE = 180 - 152
<CFE = 28
2)
Complementary means the angles add up to 90 so:
<RPQ + 37 = 90
<RPQ = 90 - 37
<RPQ = 53
Answer:
B. Step 3 is incorrect, it should be x = 10/8
Step-by-step explanation:
We have that
Area=pi*r²
D=24 in------------ > r=D/2=24/2=12 in
Area =pi*12²=452.16 in²
the circumference=2*pi*r=2*pi*12=75.36 in
the answer is
the area is 452.16 in² and the circumference is 75.36 in
Whats the factor u adding up to