'a', 'b',' c',' d', 'e'. Choose the correct statements to do the same. Assuming that Pandas library is already imported with object alias as pd and numpy as np.
[CUET 2022]
(A) pd.Series(np.arange( $2,12,2$ ), index = ['a', 'b','c', 'd', 'e'])
(B) pd.Series(np.range(2.12.2), index = ['a', 'b','c'.'d', 'e'])
(C) pd.Series(np.arange (2,10,2), index = [' $a$ ', 'b',' $c$ ', 'd', 'e'])
(D) pd.Series(pd.arange(2,12,2), index = ['a', 'b','c', 'd', 'e'])