Write a function called rotateLine that takes in two vectors, x and y, of the same length that represent a set or ordered pairs that could be used to plot a line. Your function should also take in a third parameter, theta, representing an angle in degrees. Your function should return xprime and yprime where xprime and yprime represent the line that is x and y rotated about the origin by the angle theta.