1. Guess: Each of the numbers contained within X will be increased by 1

  2. Guess: Each of the numbers contained within Y will be multiplied by 2

  3. Guess: The sum of the count of numbers within x and y

  4. Guess: The number in x will be added to the number in y in regards to their position in the vector

  5. Guess: Will print the count of items greater than 5 within x. Will print the sum of the numbers whose values are greater then 5

  6. Guess: Sum of those in X whose value is greater then 5 and sum of those in x whose value is greater then 3

  7. Guess: The number in Y whose position is 3 from the left

  8. Guess: The number in Y whose position is 3 from the right

  9. Guess: returns the numbers of Y within the positions of those numbers in X. NA mean Not Applicable, for those beyond the range of X.

  10. Guess: Returns all elements greater then 7 within Y