网络程序设计平时作业

发布 2021-05-05 21:56:28 阅读 6160

一. 选择题。

[ 1 ] 假设有如下**::

1. public class colors

设程序已经通过编译并生成文件运行以下哪一条命令会产生输出 "the color is blue"?

答:ca. colors red green blue yellow

b. j**a colors blue green red yellow

c. j**a colors green blue red yellow

d. j**a blue green red yellow

e. j**a green blue red yellow

2 ] 当编译和运行下列**时会产生什么情况?

1. public class streq

8. else

12. public static void main(string args)

答:ba. 程序能通过编译并输出 "equal".

b. 程序能通过编译并输出 "not equal".

c. 程序在编译时出错。

d. 程序在运行时出错。

3 ] 对下列不完整的**来说,哪些选项的声明语句能使程序完整并通过编译?

1. public class declare

答:d,ea. "int x;" 放在第2行

b. "int x;" 放在第4行

c. "int x = 5;" 放在第2行

d. "int x = 5;" 放在第4行

e. "static int x;" 放在第2行

f. "int x = new int();放在第4行

二.编程题。

1. 写一程序,它能接收命令行输入的2个整数,相加后将结果在屏幕上输出。

注: 输入的两个命令行参数分别对应args[0]和args[1],但为string类型,可用integer类的parseint方法来将它转换为整数后实现相加。例:

string str1;

int i;

str1 = new string("123");i =

答:主要程序**如下:

public class addinteger

2. 写一程序,它能接收命令行输入的若干个整数,排序后按从小到大的次序在屏幕上输出。

答:主要程序**如下:

publicstaticvoidmain(stringargs)

for(intk=0;k<

"index:"+k+"value:"+values[k]);

3.设名为staff的包中包含两个类,employee和manager,其中manager为employee的子类,定义如下:

class employee

int n=

int index=0;

for(int i=1;i int m=

if(n n=

index=i;

return

作业2一。 选择题。

1. 有以下**段:

try public void go()

f = new frame("border layout");

bn = new button("b1");

bs = new button("b2");

be = new button("b3");

bw = new button("b4");

bc = new button("b5");

网络程序设计 作业

班级 021031 学号 02103073 网络程序设计报告。题目远程网络监视。学院电子工程学院。专业信息对抗技术。学生姓名郭东海。导师姓名崔艳鹏。目录。绪论。第一章rom的基本概念4 1.1远程网络监视的目标4 1.2表管理原理4 1.3多管理站访问6 第二章rmon的管理信息库6 2.1以太网的...

《高级语言程序设计C平时作业

一 分析程序,写输出结果。include include void main void fun include int fun int n include void main word ord rd d 二 根据程序功能填空。1.程序把10个数存储到一维数组a中,并求该数组中最大值。include ...

《高级语言程序设计C平时作业解读

分析程序,写输出结果。include include void main int m,k,i for m 1 m 10 m 2 include void fun 高级语言程序设计c 一 分析程序,写输出结果。include include void main int m,k,i for m 1 m ...