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:
-1.6
Step-by-step explanation:
4x-2/5
=-8/5
=-1.6
Answer:10
Step-by-step explanation:
The answer is 8 2/4.
(ignore this part because i just need more words lol)
Answer:
$120
Step-by-step explanation:
y = mx + b
The $100 sign up fee is a set amount, or the b value.
The $20 would be the m value since it the constant change, or the slope.
Thus, the equation would be y=20x + 100
The membership fee for 1 month would be --->
y= 20(1) +100
y= 20 + 100
y= $120