【计算机类职业资格】计算机二级JAVA-63及答案解析.doc

上传人:testyield361 文档编号:1338354 上传时间:2019-10-17 格式:DOC 页数:2 大小:27.50KB
下载 相关 举报
【计算机类职业资格】计算机二级JAVA-63及答案解析.doc_第1页
第1页 / 共2页
【计算机类职业资格】计算机二级JAVA-63及答案解析.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、计算机二级 JAVA-63及答案解析(总分:100.00,做题时间:90 分钟)一、B基本操作题/B(总题数:3,分数:100.00)1.本程序判断 score=89,93,60,59,78,91中是否所有人的成绩都超过了 80分,如果有人没有超过,则显示提示信息“有人未超过 80分!”,否则显示“全部超过 80分!” public class exam_58 public static void main(String args) int score=89,93,60,59,78,91; int i=0; while(_) if(scorei80) _; i+; if(_) System.o

2、ut.println(“有人未超过 80分!“); else System.out.println(“全部超过 80分!“); (分数:30.00)_2.本程序分别输出字符串:a/b、“c/d“和e/f。 public class exam_59 public static void main(String args) String str=new String(); _; System.out.println(str); _; System.out.println(str); _; System.out.println(str); (分数:30.00)_3.本程序将数组中 arr=5,6,3

3、7,9,1)的各个元素按下标的逆序输出。 public clas s exam_60 public static void main(String args) int arr=5,6,3,7,9,1; _; n=_; while(n=0) System.out.print(arrn+“ “); _; (分数:40.00)_计算机二级 JAVA-63答案解析(总分:100.00,做题时间:90 分钟)一、B基本操作题/B(总题数:3,分数:100.00)1.本程序判断 score=89,93,60,59,78,91中是否所有人的成绩都超过了 80分,如果有人没有超过,则显示提示信息“有人未超过

4、 80分!”,否则显示“全部超过 80分!” public class exam_58 public static void main(String args) int score=89,93,60,59,78,91; int i=0; while(_) if(scorei80) _; i+; if(_) System.out.println(“有人未超过 80分!“); else System.out.println(“全部超过 80分!“); (分数:30.00)_正确答案:(iscore.length break iscore.length)解析:2.本程序分别输出字符串:a/b、“c/

5、d“和e/f。 public class exam_59 public static void main(String args) String str=new String(); _; System.out.println(str); _; System.out.println(str); _; System.out.println(str); (分数:30.00)_正确答案:(str=“a/b“ str=“c/d“ str=“/e/f/“)解析:3.本程序将数组中 arr=5,6,3,7,9,1)的各个元素按下标的逆序输出。 public clas s exam_60 public static void main(String args) int arr=5,6,3,7,9,1; _; n=_; while(n=0) System.out.print(arrn+“ “); _; (分数:40.00)_正确答案:(int n arr.length-1 n-(或 n=n-1或 n-=1)解析:

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 考试资料 > 职业资格

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1