What is the output of the following Java code?
System.out.printf("The number is %05d", 33);
The number is 0000033
The number is 33
Error in code
The number is 00033