Use the sales array to answer. The array was declared using the int sales[2][5] = {{10000, 12000,

Question:

Use the sales array to answer. The array was declared using the int sales[2][5] = {{10000, 12000, 900, 500, 20000}, {350, 600, 700, 800, 100}}; statement. 


The statement cout << sales[0][3] + sales[1][3] << endl; will _____________________. 

a. Display 1300 

b. Display 1600 

c. Display sales[0][3] + sales[1][3] 

d. Result in an error

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: