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:
100 meters
Step-by-step explanation:
Given the following :
Alex house = F
Alex school = H
Alex bus stop = G
FG = 2x meters
GH = 1000meters
FH = 1200 meters
Hence,
FH = FG + GH
1200 = (2x + 1000) meters
1200 = 2x + 1000
1200 - 1000 = 2x
200 = 2x
x = 100meters
Hence, x = 100 meters
Answer:
9/10 I do this a lot
step-by-step explanation:
1/2 changes to 5/10 and 2/5 becomes 4/10 then you add and there is your answer
Answer: 1) 2, 3, 4, 9, 32, 279, 8896, 2481705, 22077238784
2) 2,490,924
3) Neither
<u>Step-by-step explanation:</u>
Neither
Not arithmetic because the difference between each of the terms is not the same.
S₂ - S₁ S₃ - S₂ S₄ - S₃
3 - 2 = 1 4 - 3 = 1 9 - 4 = 5
Not geometric because the ratios between each of the terms is not the same.