CS211 Lab 9

Due Wednesday, October 25

Starting with lab9start.cpp, add 4 methods as described in the comments at the top. You'll have to add your own test code this time, so make sure to call and test each method. Feel free to change anything you want in test_ourvector to better test your methods. In particular, if you find the loop that adds 100 numbers to the test vector cumbersome, feel free to delete it.