Explanatory Question
If int x[] = { 4, 3, 7, 8, 9, 10}; what are the values of p and q ?
- p = x.length
- q = x[2] + x[5] * x[1]
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.