摘要:
代码(修改版,可运行) package tjuscsst_hw3; public class hw3 { / Finds and prints n prime integers Jeff Offutt, Spring 2003 / private static int MAXPRIMES = 100 阅读全文
摘要:
代码段1 q1: Identify the fault a1: 循环条件中i 0应该改为i =0, 如果不更改会忽略数组第一个数字 q2: If possible, identify a test case that does not execute the fault. (Reachability 阅读全文