摘要:
(a)Draw the control flow graph (b)Design a simple fault that t2 would be more likely to discover than t1 would. (c)Find a test case that connects the 阅读全文
摘要:
a) Description of triangle problem: Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the triangle i 阅读全文
摘要:
public int findLast (int[] x, int y) { //Effects: If x==null throw // NullPointerException // else return the index of the last element // in x that e 阅读全文