标题:[讨论]另类九九乘法表
只看楼主
aries_gy
Rank: 1
等 级:新手上路
帖 子:31
专家分:0
注 册:2005-1-25
得分:0 
我也编了一个,运行通过。。。不要见笑。。。 class mul{ public static void main(String args[]){ for(int i=9;i>0;i--){ for(int j=i;j>0;j--) System.out.print("\t"+i+"x"+j+"="+i*j); System.out.print("\n"); for(int k=9;k>=i;k--) System.out.print("\t"); } } }

2005-04-14 20:31
EA_Games
Rank: 3Rank: 3
等 级:新手上路
威 望:6
帖 子:539
专家分:0
注 册:2005-3-13
得分:0 

2005-04-14 23:52



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-13347-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.297093 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved