Consider the Java code for formatted output:
System.out.printf("The number is %6.3f", 3.14159);
Syntax error
Prints the number with six decimal places
Prints the number with no decimal places
Prints the number with three decimal places