Problem:
I am a begginer in java programming language and I have been coding for just some days. To practice my programming I wrote this code in java:
public class Main {
public static void main(String[] argv){
int 2count, h-l, a/b,
}
}
But It shows me the error message:
exception in thread "main" java.lang.Error: Unresolved compilation problems
Syntax error on token "2", delete this token
Syntax error on token "h", = expected after this token
Syntax error on token ",", . expected
Syntax error on token ",", ;expected
at Main.main(Main.java:3)
Whats is wrong in my code can anyone help me out?