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:
BEC = C. 50
BCD = A. 120
Step-by-step explanation:
BEC
65 + 65 = 130
180 - 130 = 50
BCD = 180 - 60 = 120
BEC is 50
Answer:
7980
Step-by-step explanation:
900+80+7000=7980
Answer:
Use the value for the variable to solve for the other unknowns. Substitute the value for the variable into the expression for the number of seats on the middle level. Substitute the value for the variable into the expression for the number of seats on the lower level.
Answer:
This is your answer ☺️☺️☺️