0
whats the error in this code?plz help
public class Program { public static void main(String[] args) { int i=09; System.out.print(i); } }
3 Answers
+ 2
remove 0 and you got the answer
+ 1
System.out.println(i);
+ 1
nope its not the problem
public class Program { public static void main(String[] args) { int i=09; System.out.print(i); } }