Problem

Use the sales array to answer Review Questions 3 through 7. The array was declared using t...

Use the sales array to answer Review Questions 3 through 7. The array was declared using the int sales[5] = {10000, 12000, 900, 500, 20000}; statement.

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

a. display 22000

b. display 10000 + 12000

c. display sales[0] + sales[1]

d. result in an error

Step-by-Step Solution

Request Professional Solution

Request Solution!

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.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search