Programming (12th Grade)
Java Programming
Which of the following is a correct way to declare a variable in Java?
int 1x = 10;
int x = 10;
1x = 10;
x int = 10;