2 The format string placeholder is incompatible with the corresponding
5 System.out.println("%d\n", "hello");
7 <p>The %d placeholder requires a numeric argument, but a string value is
9 A runtime exception will occur when
10 this statement is executed.