摘要:
Tasks: Description of triangle problem: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the triang 阅读全文
摘要:
1. public int findLast (int[] x, int y) {//Effects: If x==null throwNullPointerException// else return the index of the last element// in x that equal 阅读全文