Turing Award Winners

Create an object to hold the name of a Turing Award winner. (first name, last name, year won). Create a vector of these objects.

Create the following method to manipulate your vector of Turing Award winners:

Make a menu (an a loop) to allow you to manipulate the vector of Turing Award winners.

The purpose of this assignment is to look at how the Vector Object was coded. Pay close attention to the gets and sets.