Program: Write C++ program to provide the following functionality: Do not put everything in Main!
(a) Ask users to enter 10 integer numbers.
(b) Store user input (10 numbers) into a vector.
(c) Print out contents of the vector.
(d) Find the smallest number in the vector.
(e) Delete a number from the vector.
Be sure to include comments. The comment should describe the purpose of the program and the data to be entered and also add comments for the functions.