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:
B.
Step-by-step explanation:
Have a good day i hope this helps :)
Answer:
x=5
Step-by-step explanation:
If the sum of the measures of angle M and R is 90 degrees, and you know that angle R is 55 degrees, subtract angle R from the total angle. Then, solve for M
90 - 55 = 35
5x + 10 = 35
5x = 25
x = 5
2x-y=-8
+
y=2
2x=-6
x=-3
2*-3-y=-8
-6-y=-8
-y=-2
x=-3 and y=2