public class Question { public static void main(String args[]) { int x=010; System.out.print("X="+x); } }
Reveal answer
Fill a bubble to check yourself
public class Question { public static void main(String args[]) { int x=010; System.out.print("X="+x); } }