Q. Write the output of the following code Code: x=2 y=6 x=x+y/2 + y//4 print(x) (A) 6 (B) 6.0 (C) 5 (D) 5.0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 6.0