Write c program to provide the following functionality -


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.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write c program to provide the following functionality -
Reference No:- TGS0952650

Expected delivery within 24 Hours