What is the output of the following Java program?
public class Geeks {
public static void main(String[] args) {
int number = 10;
System.out.println(Number);
}
}
10
Compilation Error
Runtime Error
Undefined Behavior
This question is part of this quiz :
Java Basics and Identifiers