会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Yang's Blog
首页
联系
订阅
管理
2016年11月15日
For循环练习
摘要: 1 public class ForTest { 2 public static void main(String args[]){ 3 //直角三角形 4 /*for(int i = 1; i <= 5; i++){ 5 for(int j = 1;j <= i;j++){ 6 Syst...
阅读全文
posted @ 2016-11-15 23:22 cheney-yang
阅读(373)
评论(0)
推荐(0)
编辑
公告