The number in parentheses at the end of an exercise refers to the learning objective listed at the beginning of the chapter.
a. Write a C++ statement that declares secretList to be a vector object to store integers. (Do not specify the size of secretList.) (4)
b. Write C++ statements to store the following values, in the order given, into secretList: (4)
56, 28, 32, 96, 75
c. Write a for loop that outputs the contents of secretList. (Use the expression secretList.size() to determine the size of secretList.) (4)
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.