摘要: [填空题] 本程序的功能是找出一组连续的整数,它们的和数等于给定的数。通常给定一个数,可能会找出多组符合要求的连续整数。查找的方法是穷举法。请完善本程序。Option ExplicitPrivate[阅读全文:]
摘要: [单项选择题] 某人编写了下面的程序,希望能把Text1文本框中的内容写到out.txt文件中 Private Sub Comand1_Click() Open "out.txt&quo[阅读全文:]
摘要: [单项选择题] 阅读下列代码 public class Test 2005{ public static void main(String args[]){System.out.println(([阅读全文:]
摘要: [单项选择题] Compared to investors with long investment time horizons, investors with short investment ti[阅读全文:]
摘要: [单项选择题] 阅读下面代码 class InterestTest ______ ActionListener { … public void actionPerformed(ActionE[阅读全文:]
摘要: [单项选择题] 有以下程序: #include <stdio.h> struct S int a,b;data[2]=10,100,20,200; main() struct S p=[阅读全文:]
摘要: [多项选择题] 在窗体上建立三个菜单(名称分别为Read、Calc和Save,标题分别为“读入数据”、“计算并输出”和“存盘”),然后添加一个文本框(名称为Text1,可显示多行,ScrollBars[阅读全文:]
摘要: [问答题] 程序如下:∥Java_3. javaimport java. awt. *;import javax, swing. *;∥********** Found **********pub[阅读全文:]
摘要: [单项选择题] 在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序: Function Func(ByVal x As Integer,y As Integer) y=x*y If[阅读全文:]
摘要: [单项选择题] 已知int x=1,y=1,z=1;,表达式"x+++y+++z++"的值是( )。[阅读全文:]