网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下面程序中,若从键盘输入大写字母C,则程序的输出结果是______。 import java.io.*; public class Test{ public static void main(String args[ ]){ int ch=0; System.out.println("Please input a character:"); try{ ch=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码的整型值
参考答案
更多 “ 下面程序中,若从键盘输入大写字母C,则程序的输出结果是______。 import java.io.*; public class Test{ public static void main(String args[ ]){ int ch=0; System.out.println("Please input a character:"); try{ ch=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.CB.YC.XD.字母C的ASCII码的整型值 ” 相关考题
考题
运行下面程序时,从键盘输入字母H,则输出结果是( )。A.B.C.D.A.AB.BC.CSXB
运行下面程序时,从键盘输入字母H,则输出结果是( )。A.B.C.D.A.AB.BC.CD.D
考题
已知字符A的ASCⅡ代码值为65,以下程序运行时若从键盘输入:B33.则输出结果是( )。 include ma
已知字符A的ASCⅡ代码值为65,以下程序运行时若从键盘输入:B33<回车>.则输出结果是( )。includemain(){ char a,b;a=getchar();scanf("%d",&B);a=a-'A'+'0';b=b*2;printf("%c%c\n",a,B);}
考题
若从键盘输入70,则以下程序输出的结果是【】。includevoid main(){int a; cin>>a;if(a>
若从键盘输入70,则以下程序输出的结果是【 】。include<iostream.h>void main(){int a; cin>>a;if(a>50) cout<<a;if(a>40) cout<<a;if(a>30) cout<<a;}
考题
有以下程序:若从键盘输入:ijk xyz回车,则输出结果是( )。A.ijk kB.ijk xyzC.xyz xyzD.j j
热门标签
最新试卷