Let's just say that "d" represents the variable for dogs. 3+5d
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
2*10^6 + 6*10^5 + 3*10^3 +9*10^1 +4*10^0
see expanded form is adding the digits together. and it would be what ever one number is times 10 to the power of how many digits are after that number. you skip the 0's though. hope this helps
9514 1404 393
Answer:
x = 5
Step-by-step explanation:
These points have the same x-coordinate, so are on the same vertical line:
x = 5
Answer:
5 11/36
Step-by-step explanation: