摘要:
a) Draw the control flow graph for the printPrimes() method. a) Consider test cases t1=(n=3) and t2=(n=5). Although these tour the same prime paths in 阅读全文
摘要:
1. Install JUnit, Hamcrest, eclemma. I use IntelliJ IDEA IDE instead of Eclipse. Now I report the step to install the JUnit in IDEA. First of all, we 阅读全文
摘要:
Project The project I recently completed is a Registration system of Innovation Contest of Tianjin University(天津大学创新创想大赛). Nature The nature of the pr 阅读全文
摘要:
Code1 1. Identify the fault. The condition expression of the for loop, should be i >= 0. it’s wrong because it ignores the condition when i=0. 2. If p 阅读全文
摘要:
The problem which impress me most is that when a input file is not given as the rule, what would happen? Please look as the following code. The code i 阅读全文