Description: how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection structures (if-else statements).
* Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector class member functions.
To Search:
File list (Check if you may need any files):
arrays.cpp