单项选择题以下程序代码的输出结果是______System.out.println(19%6);
单项选择题以下程序代码的输出结果是______short i=10,j,k=20;j=k+i++;System.out.print(j);