Assume a program has the following variable definitions:
int a, b = 2;
float c = 4.2;
and the following statement:
a = b * c;
What value will be stored in a?
A) 8.4
B) 8
C) 0
D) None of the above
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.