If you declare an array as int vals[5];, then you can double the value stored in vals[2] with the statement ___________.
a. vals[5] = vals[5] * 2;
b. vals = vals * 2;
c. vals[2] *= vals[2];
d. vals[2] *= 2;
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.