软件测试技术 hw2

题目1:

1、第七行应该为i>=0

2、x=【】,y=2

3、x = 【2,3,4】,y=2

4、x = 【1,2,0】,y=2

题目2:

1、第六行,应改为for(int i=x.length-1;i>=0;i--)

2、 x = 【】

3、x = 【1,2,3】

4、x=【0】

原文地址:https://www.cnblogs.com/tjuprince/p/5308359.html