0
Wats the answer for::- System. out.print(Integer.toBinaryString(a)+Integer.toBinaryString(b));
How to add two binary strings when added with a plus sign? let a=2 & b=3
3 odpowiedzi
+ 9
First add the ints then convert toBinaryString.
+ 7
Try it out at the playground.
0
tell me the answer