Question: A program has the following definition: vector numbers; The same program also has the following function: void display(double n) { cout < < n <
A program has the following definition: vector numbers; The same program also has the following function: void display(double n) { cout << n << endl; } Write a complete C++ program that includes a code that uses the STL for_each algorithm to display the elements of the numbers vector using the display function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
