What will be the output of the following Java code snippet?
int number; System.out.println(number);
Random number
null
Error
0