First page
Back
Continue
Last page
Graphics
// include the last element
// include the last element
cout << “max: “ <<
*max_element(pos25, ++pos35) << endl;
// OUTPUT
max: 34
max: 35