会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
品泉
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2010年4月19日
经典面试问题:两整数互换
摘要: public static void main(String[] args) {// TODO Auto-generated method stubChangeInt1();ChangeInt2();ChangeInt3();ChangeInt4();}public static void ChangeInt1(){int a=10;int b=5;int t=a;a=b;b=t;System.o...
阅读全文
posted @ 2010-04-19 08:56 品泉
阅读(319)
评论(4)
推荐(0)
编辑