In the following array, what is the value of code[2][1]?
char[][] code = {{ 'A ', 'D ', 'M '},
{ 'P ', 'R ', 'S '},
{ 'U ', 'V ', 'Z '}};
a. 'P'
b. 'R'
c. 'U'
d. 'V'
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.