Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java1---15140114王嘉政 #37

Open
yinianfengchen opened this issue Dec 26, 2015 · 0 comments
Open

Java1---15140114王嘉政 #37

yinianfengchen opened this issue Dec 26, 2015 · 0 comments

Comments

@yinianfengchen
Copy link

***作业一:删羊

//方法一:
for (int i=2;i<sheepList .size();i++){
            sheepList.remove(i);
        }

//      sheepList.remove(2);

        for(int i = 0;i < sheepList.size();i ++){       
            System.out.println(((Sheep)(sheepList.get(i))).name);
        }

//方法二
 for(int i=0;i<sheeps.size();i++){ System.out.println(sheeps.get(i));

          } System.out.println("删除后三个");

         for(int i=0;i<sheeps.size()-3;i++){
          System.out.println(sheeps.get(i));

          } System.out.println("删除前两个"); 
             for(int  i=sheeps.size()-1;i>sheeps.size()-4;i--){
          System.out.println(sheeps.get(i));

          }


    }

***作业二:添加文件

for (int i=2;i<sheepList .size();i++){
            sheepList.remove(i);
        }

//      sheepList.remove(2);

        for(int i = 0;i < sheepList.size();i ++){       
            System.out.println(((Sheep)(sheepList.get(i))).name);
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant