1.A program to demonstrate how to create a vector class objects and fill it and display its contents on the screen.
2.A program to illustrate how to create a vector class object and intialize with a certain value during the vector declaration.
3.A program to illustrate how to use an iterator in a vector class object.