✏️ Explanatory Question What will be the output of the following program segment? int a[] = {1, 2, 3, 4, 5, 6, 7, 9, 13, 16}; x = Math.pow(a[4], a[2]); y = Math.sqrt(a[6] + a[7]); 👁 78 Views 📘 Detailed Answer 🟢 Easy 🔗 Share