网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
运行以下程序后,输出的结果是( )。 Print"中国" Font="隶书" Print"人民" Font="仿宋" Print"万岁" Font="宋体"
A.中国(默认字体) 人民(默认字体) 万岁!(默认字体)
B.中国(默认字体) 人民(仿宋) 万岁!(宋体)
C.中国(默认字体) 人民(隶书) 万岁!(仿宋)
D.中国隶书(默认字体) 人民(仿宋) 万岁!(仿宋)
参考答案
更多 “ 运行以下程序后,输出的结果是( )。 Print"中国" Font="隶书" Print"人民" Font="仿宋" Print"万岁" Font="宋体"A.中国(默认字体) 人民(默认字体) 万岁!(默认字体)B.中国(默认字体) 人民(仿宋) 万岁!(宋体)C.中国(默认字体) 人民(隶书) 万岁!(仿宋)D.中国隶书(默认字体) 人民(仿宋) 万岁!(仿宋) ” 相关考题
考题
若有如下程序:public class Test {public static void main (String[] args) {int x=20;if (x>10) System.out.print(x-=5);if (x>5) System.out.print(x--);}}则程序运行后的输出结果是【 】。
考题
以下程序运行后的输出结果是 。includemain(){int a;a=(int)((double)(3/2)+0.5+(int)1.99*2);print{(“%d\n”,a);}
考题
有如下程序: include using namespace std; class TestClass { private: int x,y; pu
有如下程序: #include<iostream> using namespace std; class TestClass { private: int x,y; public: TestClass (int i,int j) { x=i; y=j; } void print() { cout<<"print1"<<end1; } void print()const { cout<<"print2"<<end1; } }; int main() { const TestClass a(1,2); a.print(); return 0; } 该程序运行后的输出结果是( )。A.print1B.print2C.print1 print2D.程序编译时出错
考题
下列程序的输出结果是 。 try: print(2/'0') except ZeroDivisionError: print('AAA') except Exception: print('BBB')
考题
以下程序运行后的输出结果是:() ls = ["car","truck"] def funC(a): ls.append(a) return funC("bus") print(ls)
考题
以下程序运行后的输出结果是:() ls = ["car","truck"] def funC(a): ls =[] ls.append(a) return funC("bus") print(ls)
考题
以下程序运行后的输出结果是:() def func(a,b): for i in range(b): a *= 2 return a s = func(2,5) print(s)
热门标签
最新试卷