Q. Which of the following php statement/statements will store 120 in variable n? (A) 120 = $n; (B) int $n= 120; (C) int n= 120; (D) $n= 120; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) $n= 120;