Write a program to add two vectors and store their result in a third vector. You may use any base type, length, or initial data for the original two vectors.

Tips:


This assignment is Level 2.