|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果你学习的是市场营销,是销售,也许参加大课堂的学习会更合适,因为你的工作能力中有个基础就是搭建自己的人脉,importjava.util.*;
/**
*Collection与iterator接口
*
*
**/
publicclassTestCollection
{
  publicstaticvoidmain(Stringargs[])
  {
    ArrayListv=newArrayList();
    intb=0;
    System.out.println("pleaseinputthenumber:");
    while(true)
    {
    try
    {
      b=System.in.read();
    }
    catch(Exceptione)
    {
        e.printStackTrace();
    }
    if(b==||b==
)
    {
      break;
    }
    else
    {
      intnum=b-0;
      v.add(newInteger(num));
    }
    }
    intsum=0;
    Iteratore=v.iterator();
    while(e.hasNext())
    {
      IntegerintObj=(Integer)e.next();
      sum+=intObj.intValue();
    }
    System.out.println(sum);    }
}
还有就是总有人问我到底该学习什么语言,什么语言有前途,那么我的回答是不论是C,C++,java,.net,ruby,asp或是其他语言都可以学,编程的关键不是语言,而是思想。 |
|