摘要: Primes.javapackage findPrimes; public class Primes { private final static int MAXPRIMES = 100; private boolean isDvisible(int a, int b) { if ((b % a) 阅读全文
posted @ 2018-03-25 21:45 张宁宁宁宁 阅读(76) 评论(0) 推荐(0) 编辑
摘要: (a) Draw the control flow graph for the printPrime() method. (b) Consider test cases ti = (n = 3) and t2 = ( n = 5). Although these tour the same prim 阅读全文
posted @ 2018-03-25 21:40 张宁宁宁宁 阅读(73) 评论(0) 推荐(0) 编辑