Drag the words into the correct boxes

will create a vector named x with 100 elements in it and
will create a vector named x with ten elements in it.
x=linspace(1,10,10)
x=linspace(1,10)