2018年3月11日

Homework2_3015218122_戎达

摘要: 程序1: public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x that 阅读全文

posted @ 2018-03-11 22:17 IamRadar 阅读(110) 评论(0) 推荐(0)

Homework1_3015218122_戎达

摘要: 博客园的url:https://home.cnblogs.com/u/1348536/github的url:https://github.com/IamRadar一些错误:错误1:空指针异常原因:for循环时终止条件应为<,但是误写成了<=影响:指针指向不存在的对象,程序报错,无法继续运行发现:加一 阅读全文

posted @ 2018-03-11 21:06 IamRadar 阅读(68) 评论(0) 推荐(0)

导航