网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
执行下面语句后,输出结果为()。 A=10:B=30:C=20 WriteLine("{0}{1}{2}",A,B,C)
A
0、1和2
B
10、20和30
C
20、10和30
D
10、30和20
参考答案
参考解析
解析:
暂无解析
更多 “单选题执行下面语句后,输出结果为()。 A=10:B=30:C=20 WriteLine("{0}{1}{2}",A,B,C)A 0、1和2B 10、20和30C 20、10和30D 10、30和20” 相关考题
考题
阅读下面语句,则执行后的输出结果为 【8】#include "stdio.h"main(){char a,b;for(a=′0′,b=′9′;a b;a++,b--)printf( "%c%c",a,b);printf("\n");}
考题
执行以下语句后的输出结果是______。int x=3,y=0;printf("%d,%d”,-1>x>-101y>
执行以下语句后的输出结果是______。 int x=3,y=0; printf("%d,%d”,-1>x>-101<x<10,-1>y>-101<y<10);A.1 2B.1 1C.1 2D.2 2
考题
执行下面语句后的输出结果为 ( ) int i=-1; if(i<=0)print{("* * * *\n"); else printf("% % % %\n");A.* * * *B.% % % % %C.% % % %cD.有语法错误,不能正确执行
考题
下面程序的执行结果是【】。 include void main(){int a=0,b=2,c=0,d=30;if(a) d=d-10;
下面程序的执行结果是【 】。include<iostream.h>void main(){int a=0,b=2,c=0,d=30;if(a)d=d-10;else if(B)if(!C)d=15;else d=20;cout<< “d=” <<d<<end1;
考题
执行下列程序语句后,输出结果为()。ineludeusing namespace std;int m=5;int main(){i
执行下列程序语句后,输出结果为( )。 #inelude<iostream> using namespace std; int m=5; int main() { int m=3; m++; ::m++; cout<<m<<end1; return 0; }A.3B.4C.5D.6
考题
对于下列代码段,执行后输出结果是()。 int n,m; int[] a=new int[5]; n=10; m=10; try{ for(inti=0;i=a.Length;i++); a[i]=i; n=1/(n-m); } catch(DivideByZeroExceptione1){ Console.WriteLine(“产生零除异常!”); } catch(IndexOutOfRangeExceptione2) { Console.WriteLine(“产生数组访问越界异常!”); }
考题
假设变量x的值为25,要输出x的值,下列正确的语句是()A、 System.Console.writeline(“x”);B、 System.Console.WriteLine(“x”);C、 System.Console.WriteLine(“x={0}”,x);D、 System.Console.WriteLine(“x={x}”);
考题
执行下面语句后,输出结果为()。 A=10:B=30:C=20 WriteLine("{0}{1}{2}",A,B,C)A、0、1和2B、10、20和30C、20、10和30D、10、30和20
考题
当VB执行下面语句后,A的值为() Private Sub Command1_Click() Dim a As Integer a=10 If a>0Then a=a+1 If a>1Then a=0 Print a End SubA、0B、1C、2D、3
考题
单选题在C#中〃下列代码的运行结果是()。int[]age1=newint[]{10,20};int[]age2=age1;age2[1]=30;Console.WriteLine(age1[1]);A
0B
10C
20D
30
考题
问答题对于下列代码段,执行后输出结果是()。 int n,m; int[] a=new int[5]; n=10; m=10; try{ for(inti=0;i=a.Length;i++); a[i]=i; n=1/(n-m); } catch(DivideByZeroExceptione1){ Console.WriteLine(“产生零除异常!”); } catch(IndexOutOfRangeExceptione2) { Console.WriteLine(“产生数组访问越界异常!”); }
热门标签
最新试卷