摘要:
1) 绘制程序的控制流图: package cn.tju.scs; public class Print { private static int MAXPRIMES=100; public static boolean isDivisable(int a,int b) { if(b%a==0) r 阅读全文
摘要:
public int findLast (int[] x, int y) { //Effects: If x==null throw NullPointerException // else return the index of the last element // in x that equa 阅读全文