whats the error in this code?plz help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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); } }

28th Jun 2016, 3:23 PM
Sagar Agrawal
Sagar Agrawal - avatar
3 Answers
+ 2
remove 0 and you got the answer
29th Jun 2016, 1:43 AM
Vishal Agrawal
Vishal Agrawal - avatar
+ 1
System.out.println(i);
28th Jun 2016, 3:27 PM
Ansh Puri
+ 1
nope its not the problem
28th Jun 2016, 3:31 PM
Sagar Agrawal
Sagar Agrawal - avatar