Try to answer the following question without running the code in Python:

If we run the following line:
x = 8/4//2

what is the value of $x$?

(A) $x$ is an int with value 1

(B) $x$ is an int with value 2

(C) $x$ is a float with value 1.0

(D) $x$ is a float with value 2.0

(Type A, B, C, or D as your answer.)