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:
Y=2x+5
Step-by-step explanation:
3 - -1
—-—— = 2=m
-1 - -3
Answer:
C - 19/24
Step-by-step explanation:
Take the fractions and put the denominators into a common factor
Add Numerators Across
Answer:
For the answer to the question above, it is -18% because to find rate we subtract the rate, in this case, is .82 or 82% - 1 or 100% and that would give you the rate, in this case, its decreasing by an 18%
-Hope this helps<3