答案:B
甲、乙两位同学在几次测验中,平均分都是86分,甲的方差是0.61,乙的方差是0.72,你认为成绩较稳定的是______.(填“甲”或“乙”)
下面程序中,若从键盘输入大写字母C,则程序的输出结果是______。import java.io.*;public class Test public static void main(String args[ ]) int ch=0; System.out.println("Please input a character:"); trych=System.in.read( );char ch_A=’A’,ch_Z=’Z’;int delta_c=(int)ch_A+(int)ch_Z-ch;System.Out.println("the encoded character is:"+(char)delta_C); catch(IOException e)e.printStackTrace( );
A.C
B.Y
C.X
D.字母C的ASCII码的整型值