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:
the first one
Step-by-step explanation:
check which graph passes through the point (2,4)
Answer:
x=35
Step-by-step explanation:
3x+7+68=180
3x+75=180
3x=105
x=35
Answer:
B. po ang answer sa palagay ko lang po
If you look carefully at the graph, you may see that the slope of the line is
3-4 -1
---------------- = ------ = m
7-4 3
thus, you have the slope of the line and two points on the line. Suppose we
choose the point (4,4) and subst. the known slope and the coordinates of this point into the point-slope formula for the eqn of a str line:
y-y1 = m (x-x1)
y-4 = (-1/3)(x-4)
This is the desired equation. You could, if you wished, change this into slope-intercept form.