考试总分:6分
考试类型:模拟试题
作答时间:60分钟
已答人数:967
试卷答案:有
试卷介绍: 2010年上半年程序员下午试卷
A(1));returnx/y;}staticvoidcaculate()throwsException{floatsumSalary;intemployeeNumber;Scannersc=newScanner(
B(2));try{System.out.println("请输入当月工资总和与员工数:");sumSalary=sc.nextFloat();//从标准输入获得工资总和employeeNumber=sc.nextInt();//从标准输入获得员工数floatk=average(sumSalary,employeeNumber);System.out.println("平均工资:"+k);}
C(3)(Exceptione){if(e.getMessage().equalsIgnoreCase("zero")){System.out.println("请重新输入当月工资总和与员工数:");sumSalary=sc.nextFloat();employeeNumber=sc.nextInt();floatk=average(sumSalary,employeeNumber);System.out.println("平均工资:"+k);}}}publicstaticvoidmain(String[]args){try{caculate();}
D(4)(Exceptione){if(e.getMessage().equalsIgnoreCase("zero"))System.out.println("程序未正确计算平均工资!");}}}【问题1】程序运行时,若输入的员工工资总和为6000,员工数为5,则屏幕输出为:请输入当月工资总和与员工数:60005
E(5)【问题2】若程序运行时,第一次输入的员工工资总和为6000,员工数为0,第二次输入的员工工资总和为0,员工数为0,则屏幕输出为:请输入当月工资总和与员工数:60000
F(6)00
G(7)[15分]
A(1))break;printf("城市名不存在,请重新输入。\n");}free(cityName);return
B(2);}staticintFindCityInSortedArray(char*key){intlh,rh,mid,cmp;lh=0;rh=NCities-1;while(
C(3)){mid=(lh+rh)/2;cmp=strcmp(
D(4));/*比较两个城市名是否相同*/if(cmp==0)return
E(5);/*两个城市名相同*/if(cmp<0){rh=mid-1;}else{lh=mid+1;}}return(-1);/*城市名不存在时返回-1*/}[15分]
A(1)]=code[i]-'0';for(i=0;
B(2);i++){if(i%2)S+=
C(3);elseS+=
D(4);}V=(
E(5)==0)?0:10-S%10;if(tarr[12]==V)returntrue;returnfalse;}[15分]
A(1);returnx/y;}public:voidcaculate(void){floatsumSalary;intemployeeNumber;try{cout>sumSalary>>employeeNumber;floatk=average(sumSalary,employeeNumber);cout<<"平均工资:"<<k<<endl;}
B(2)(inte){if(e==0){cout>sumSalary>>employeeNumber;floatk=average(sumSalary,employeeNumber);cout<<"平均工资:"<<k<<endl;}}}};voidmain(){try{
C(3);d.caculate();}
D(4)(inte){if(e==0)cout<<"程序未正确计算平均工资!"<<endl;}}【问题1】程序运行时,若输入的员工工资总和为6000,员工数为5,则屏幕输出为:请输入当月工资总和与员工数:60005
E(5)【问题2】若程序运行时,第一次输入的员工工资总和为6000,员工数为0,第二次输入的员工工资总和为0,员工数为0,则屏幕输出为:请输入当月工资总和与员工数:60000
F(6)00
G(7)[15分]