Answer:
there isnt anything there but sure yes they are
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:3/4
Step-by-step explanation:
1x3=3
Answer:
First, write 80% as 80100. Then write an equivalent ratio that has the answer in the numerator and 200 in the denominator. 100 x 2 is 200, so 80 x 2 will be the answer. 80 x 2 = 160. The answer is $160.