✏️ Explanatory Question Rewrite the following code using the if-else statement: int m = 400; double ch = (m>300) ? (m / 10.0) * 2 : (m / 20.0) - 2; 👁 62 Views 📘 Detailed Answer 🟢 Easy 🔗 Share