Topic: 关于 System.out.println( ) 的问题!! |
Print this page |
1.关于 System.out.println( ) 的问题!! | Copy to clipboard |
Posted by: fxbianxiu Posted on: 2005-01-13 15:16 System.out.print((i+1)+" * "); System.out.print(j+1+" = "); System.out.print( a[i][j]+" "); 实现同样的功能,怎么把以上三条语句合成一句啊?? |
2.Re:关于 System.out.println( ) 的问题!! [Re: fxbianxiu] | Copy to clipboard |
Posted by: maomao19820221 Posted on: 2005-01-14 12:54 System.out.print((i+1) + " * " + j+1 + " = " + a[i][j]+ " "); |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |