This program illustrates the use of the STL find_if_not() algorithm from to find the first integer that is not odd in a vector of integers. Press Enter to continue ... The first integer that is not odd is 8. Press Enter to continue ...