Get an answer to your question ✅ “Can you structure this code in if-statements? public int getData (int dataNumber) { switch (dataNumber) { case 1: return quizScore1; case ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Can you structure this code in if-statements? public int getData (int dataNumber) { switch (dataNumber) { case 1: return quizScore1; case 2: return quizScore2; case 3: return quizScore3; default: return (Integer) null; } }