首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
以下程序的执行结果是( )。 #include<iostream.h> int fun(int b[],int n) int i,r=1; for(i=0;i<n;i++) r=r*b[...
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
有以下程序#include<iostream>#include<string>usxngnamesp
8
12
5
7
以下程序的执行结果是______ #include<iostream.h> #include<i
以下程序#include<stdio.h>main{charstr[10]scanf%s&strpr
how
how are you
h
howareyou
以下程序的执行结果是_____ #include<iostream.h> #include<io
若有以下程序 #include<iostream> usingnamespacestd int
以下程序的执行结果是【12】 #include<iostream.h> #include<iom
若有以下程序#include<iostream>usingnamespacestdintmain{i
-6
12
-12
有以下程序#include<stdio.h>funintxifx/2>0funx/2;printf%
以下程序的执行结果是________ #include<iostream.h> #include
执行以下程序的输出结果是______#include#defineM5#defineNM+Mmain
若有以下程序 #include<iostream> usingnamespacestd; in
以下程序的执行结果是______ #include<iostream.h> #include<i
以下程序的执行结果是______#include<iostream.h>classSampleint
x=a;
以下程序的执行结果是______ #include<iostream.h> #include<i
以下程序的执行结果是______ #include<iostream.h> #include<i
有以下程序#include<stdio.h>#include<string.h>main{char*
2
3
4
5
设已执行预编译命令#include<string.h>以下程序段的输出结果是chars[]=anap
7
8
9
10
有以下程序 #include<stdio.h> main {intt=1i=5; for;i
有以下程序段 #include<iostream.h> #defineMINxyx<yx:y
有以下程序#include<iostream.h>#include<iomanip.h>voidma
****123.45
**123.45**
123.45****
***123.45*
热门试题
更多
下列叙述中正确的是
下列叙述中正确的是
下列程序段的输出结果为______publicclassTestvoidprintValueintmdoSystem.out.printlnThevalueis+mwhile--m>10publicstaticvoidmainStringarg[]inti=10Testt=newTestt.printValuei
publicthrowablestringmessage构造函数包括getmessage方法用来返回带参数构造函数创建异常时的【10】
表示整数x的绝对值大于5时值为真的C语言表达式是______
下列程序输出结果为【15】publicclasstestpublicstaticvoidmainStringargs[]inta=0;outer:forinti=0;i<2;i++forintj=0;j<2;j++ifj>icontinueouter;a++;System.out.printlna;
下列构造方法的调用方式中正确的是
下列说法中错误的是
软件需求分析阶段的工作可以分为4个方面需求获取需求分析编写需求规格说明书以及
下列关系运算中能使经运算后得到的新关系中属性个数多于原来关系中属性个数的是
数据库技术的根本目标是要解决数据的
下列数据结构中能应用二分查找的是
下列选项中与成员变量共同构成一个类的是______
下列数据结构中能用二分法进行查找的是
有三个关系RS和T如下RABCa12b21c31sADC4TABCDc314则由关系R和S得到关系T的操作是
下列命题中错误的是
下列接口中继承了Collection接口的是______
本程序的功能是获取文本框中的文本窗口中有两个文本框用户名和密码以及三个按钮登录其他用户登录和关闭初始状态用户名文本框是只读的单击其他用户登录按钮后变成可写的密码文本框使用的不是密码文本框在用户键入的时候没置显示为*号输入用户名和密码后单击登录按钮后如果输入的密码为空则弹出提示消息框否则后台将显示输入的用户名和密码比如显示为admin用户的密码passwordadmin为输入的用户名password为输入密码importjava.awt.*;importjava.awt.event.*;importjavax.swing.JOptionPane;publicclassjava3publicstaticvoidmainStringargs[]finalFramefrmFrame=newFrame;PanelpnlPanel=newPanel;LrabellblUsername=newLabel用户名;LabellblPassword=newLabel密码;finalTextFieldtxtUsername=newTextFieldStudentfinalTextFieldtxtPassword=newTextField8;txtUsername.setEditablefalse;txtPassWOrd.setChar’*’ButtonbtnButtonl=newButton登录;ButtonbtnButton2=newButton其他用户登录;ButtonbtnButton3=newButton关闭;btnButtonl.addActionListenernewActionListen-erpublicvoidactionPerformedActionEventeiftxtPassword.getText.length==0JOptionPane.showMessageDialogfrmFrame密码不能为空;return;txtPassword.setColumns16;System.out.printlntxtUsername.getText+用户的密码:+txtPassword.getPassword;;btnButton2.addActionListenernewActionListen-erpublicvoidactionPerformedActionEventetxtUsername.setEnabletrue;btnButton3.addActionListenernewActionListen-erpublicvoidactionPerformedActionEventeSystem.exit0;;pnlPanel.add1blUsername;pnlPanel.addtxlUsername;pnlPanel.add1blPassword;pnlPanel.addtxtPassword;pnlPanel.addbtnButtonl;pnlPanel.addbtnButton2;pnlPanel.addbtnButton3;frmFrame.addpnlPanel;frmFrame.setTitleadvance;frmFrame.pack;frmFrame.show;
关于字节I/O流下列叙述不正确的是
下面所列类型中不是复合数据类型的是
软件工程研究的内容主要包括______技术和软件工程管理
有以下程序#include<iostream.h>#includevoidmaindoubled=123.456789;cout<<setprecision3<<d<<;cout<<setprecision4<<d<<;cout<<setprecision5<<d<<end1;程序执行后的输出结果是
当使用Threadt=newThreadr创建一个线程时表达式rinstranceofThread的值是______
下列代码的执行结果是publicclassTestpublicstaticvoidmainStringargs[]inta=3b=5c=8Strings=abcSystem.out.printlna+b+s+c
以下for循环的执行次数是forintx=0x==0&x>4x++
在数据库的概念结构设计中常用的描述工具是______
下列常见的系统定义的异常中哪个是数组越界异常
关键字super的作用是
下列与其他选项不相等的是
构造方法是类中的一种特殊方法用它来定义对象的______
热门题库
更多
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育
加强和创新网络道德教育