摘要:
1、 how to install junit, hamcrest and eclemma? 首先下载下来Junit和Hamcrest的jar包,然后新建项目的时候将这两个jar包导入到工程里面就好了。如截图所示: 这样就可以使用了Junit和Hamcrest工具了。 2、 然后对于安装eclemm 阅读全文
摘要:
对于第一道题: public intfindLast(int[] x, inty) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x that 阅读全文