Assume the function double returns its argument multiplied by 2. What value will the variable x hold after the following line is executed?
x = double(4) + double(2)