What will be the output?
public class Main {
public static void main(String args [] ) {
char a='3';
int b= 011;
System.out.println(a+b);
}
}


Posted on by