Q. what is the output of below program? Code: <?php $a = 10 + 10 * (2 + 3) / 3+ 1; echo "$a"; ?> (A) 32 (B) 27.67 (C) 27 (D) 34.33 👁️ Show Answer 💬 Discuss 🔗 Share ⚡Menu ✅ Correct Answer: (B) 27.67