This document contains C++ code implementing basic sorting algorithms and user interaction for sorting a vector of integers. Available operations include accepting user input, displaying the array, shuffling elements randomly, and sorting using bubble or selection sort methods. The program runs in a loop until the user opts to exit.