+ 2
Need help.Can anyone explain this?? Int a=2;int b=3; System.out.print (Integer.toBinaryString (a) +Integer. toBinaryString(b));
2 Answers
+ 10
I'm too slow, but I'll add my explanatory code anyways:
https://code.sololearn.com/cTAAiHQ9S5JN/?ref=app