a. Write a C++ statement that declares secretList to be a vector object to store integers. (Do not specify the size of secretList.)
b. Write C++ statements to store the following values, in the order given, into secretList: 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.)
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.