单项选择题

15、程序System.out.println("1 + 1 = " + 1 + 1) ;的输出结果是:( )。

A、1
B、1 + 1 = 2
C、1 + 1 = 11
D、2