What is the output?
public class A{
public static void main(string[ ]args){
int a=100;
system.out.println(a++);
a++;
}
}


Posted on by