网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
设有以下程度段: begin a:=0; for i:=7 downto 2 do case I of 1,2:a:=a1; 3,4:a:=a2; 5,6:; 7,8:a:=a3 end; writeln(‘a=‘,a:1) end. 若变量均已说明,则程序运行后的输出是( )。
Aa=8
B12
Ca=6
D0
参考答案
更多 “ 设有以下程度段: begin a:=0; for i:=7 downto 2 do case I of 1,2:a:=a1; 3,4:a:=a2; 5,6:; 7,8:a:=a3 end; writeln(‘a=‘,a:1) end. 若变量均已说明,则程序运行后的输出是( )。 Aa=8B12Ca=6D0 ” 相关考题
考题
以下程序运行后的输出结果是【】。 include using namespace std; int main() {int i=10,
以下程序运行后的输出结果是【 】。include<iostream>using namespace std;int main(){int i=10,i:0;do{j=j+i;i--;}while(i>2);cout<<j<<end1;return 0;}
考题
有以下程序 main() { int a[3][3]={{1,2},{3,4},{5,6}},i,j,s=0; for(i=1;i<3;i++) for(j=0;j<=i;j++)s+=a[i][j]; printf("%d\n",s); } 程序运行后的输出结果是( )A.18B.19C.20D.21
考题
以下程序的输出结果是()。include Void main(){int a[3][3]= { { 1,2 }, { 3,4 }, {
以下程序的输出结果是( )。#include <iostream.h>Void main(){ int a[3][3]= { { 1,2 }, { 3,4 }, { 5,6 } }, i, j, s=0; for(i=1;i<3;i++) for(j=0;j<i; j++) s+=a[i][j]; cout<<s<<end1;}A.14B.19C.20D.21
考题
运行程序,写出结果,并说明该程序的功能。 #include “stdio.h” main() { int a[3][3]={{1,2},{3,4},{5,6}},i,j,s=0; for(i=1;i<3;i++) for(j=0;j<=i;j++) s+=a[i][j]; printf("%dn",s); }
考题
7、若int i=1;执行下面程序段后,变量i的值是()。 switch (i) { case '1': i+=1 ; case '2': i+=1 ; case '3': i+=1 ; default : i+=1 ; }A.2B.3C.4D.5
考题
13、有如下程序段: int a[3][3]={{1,2},{3,4},{5,6}},i,j,s=0; for(i=1;i3;i++) for(j=0;ji;j++) s+=a[i][j]; printf(“%d\n”,s); 该程序段的输出结果是()。A.14B.18C.20D.21
考题
以下程序的输出结果是()。 main() {int a[3][3]={{1,2},{3,4},{5,6}}, i, j, s=0; for(i=1;i<3;i++) for(j=0;j<=i;j++) s+=a[i][j]; printf("%dn", s); }A.18B.19C.20D.21
考题
运行以下程序,输出结果为: tup=([1,2] , [4,3] , [6,5] , [7,8] ) lst=[ sum(i) for i in tup if i[0]>i[1] ] print(lst[1])
考题
若所用变量均已正确定义,则执行下面程序段后的输出结果是_____. for(i=0 ; i<2 ; i++) printf("YES"); printf("n");
热门标签
最新试卷