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
For the answer to the question above asking <span>how long will it take a mark to recover his investment assuming he has a salary of $32,000 upon graduating?
The answer is </span>Mark will lose:
4 * $ 8,000 = $32,000 ( without salary ) + $64,000 ( college costs ) =
= $96,000 in total
$96,000 : $32,000 = 3
Answer:
<span>It will take Mark 3 years to recover his investments. Poor Mark</span>
Answer:
B) Elizabeth is wrong.
Step-by-step explanation:
She multiplied. 2 and 3 when she was supposed to divide 36 by 2 instead. when coming across multiplication and division do whichever is first from going left to right