0 and 2 are your answers, since the numbers in the table match
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: 6 triangles
Step-by-step explanation:
hope this helps :)
Answer:
A. y=3x+6
Step-by-step explanation:
1. x=y/3 -2
2.x+2= y/3
3. 3(x+2)=y
Final Answer: y=3x+6
Yes that is a repeating decimal the answer would be -0.4444444.. and so on.