Answer:
Look at the picture down below :)))
Step-by-step explanation:
I just took the test and I got the correct answers, hope this helps!
Answer:

Step-by-step explanation:
Given that the left angle = 
The right angle across from it 
The other two angles are x and x.
We know that the sum of angles at a point equals 360 degrees.
Therefore,

The value of x is approximately 38.5 degrees.
1/80 = 0.0125
1/5 = 0.2
0.0125-0.2 = -0.1875
-0.1875 = -3/16
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:
21.2
Step-by-step explanation: