摘要:
P64 (a) (b) when MAXPRIMES = 4, array will out of bound (c) n = 1 (d) node coverage: TR = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16} Test Paths: [1,2,3, 阅读全文
摘要:
Description of triangle problem: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the triangle is e 阅读全文
摘要:
1. First program doesn't exist a state whose i = 0. Second program can only return first 0 in x. 2. x = null Expected = Null PointerException x = n 阅读全文