+ 1
What's the output of this code ?
int a=1; int b=2; for (int i=0;i<10;i++){} System.out.ptintln(a+"b");
5 Answers
+ 2
@Ace .. oh thanks very much
+ 1
um "12"?
+ 1
when i give this answer in challenge it return wrong ...
when I tried this code in core playground it gave me an error message
+ 1
1b is the right answer



