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:
x<8
Step-by-step explanation:
x+7<15
x<15-7
x<8

Answer: right
Step-by-step explanation:
Answer:
79.8
Step-by-step explanation:
7.98*10=
79.8
to check
(1/10)*79.8=
7.98
Ok, so she started off with $5.00.
She bought milk for $2.99.
She buys bread, which costs $1.50.
Subtracting the money she wasted, the total would be $0.51.
The only thing she could buy is 5 pieces of gum for 25 cents.
Her change will be $0.26.
Hope this helps!