摘要: 作业题目: /** * Finds and prints n prime integers * Jeff Offutt, Spring 2003 */ private static void printPrimes(int n) { int curPrime; //Value currently c 阅读全文
posted @ 2018-03-26 23:02 齐某人qg 阅读(185) 评论(0) 推荐(0) 编辑
摘要: case1: 1. Identify the fault. for循环中的条件判断应为:(int i=x.length-1; i > =0;i–); 2. If possible, identify a test case that does not execute the fault. (Reac 阅读全文
posted @ 2018-03-15 22:19 齐某人qg 阅读(300) 评论(0) 推荐(0) 编辑