public class Question { public static void main(String args[]) { int x=010; System.out.print("X="+x); } }
X=8
X=10
X=11
None