Standard Exceptions Demo
Understand the standard exceptions available in the C++ language.
We'll cover the following...
Problem
Write a program that creates a vector of 10 elements, and sets up a value in it at a position index, received from the keyboard. Also, resize the vector to a new bigger size. Create a ...