System. out. println (" a = " + a + " and b = " + b);
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Give the out put of the program snippet Int a = 10, b = 12; If (a>=10) a++; Else ++b; System. out. println (" a = " + a + " and b = " + b); ...” 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 » Give the out put of the program snippet Int a = 10, b = 12; If (a>=10) a++; Else ++b; System. out. println (" a = " + a + " and b = " + b);