✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
If a = 5, and b = 2, what would be the output of the following: if (a + b >= 15) return "High"; else if (a + b < 7) return "Low"; else return "Medium";