What is the output of the following program segment? (Assume that screen is an ostream_iterator initialized to the standard output device to output elements of type double .)
vectorsales(3);sales[0] = 50.00;sales[1] = 75.00;sales[2] = 100.00;sales.resize(5);sales[3] = 200.00;sales[4] = 95.00;copy(sales.begin ( ), sales.end ( ), screen); cout ≪ end1;
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.