Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 求助……编写一个程序,输出1到9的乘法表……(已解决)
8261669





发贴: 41
积分: 0
于 2006-09-04 20:51 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
如图所示:

1 2 3 4 5 6  7  8 9
2 4 6 8 10 12 14 16 18
3 6 9 12 15 18 21 24 29
4...................................................
5..................................................
6..................................................
7....................................................
8..................................................
9..................................................

我写出了前两行的代码,关键是他不能分行输出,这是代码:
public class table{
public static void main(String args[]){
for(int a=1;a<=81;a++){
if(a<10){
System.out.print(a);
System.out.print(" ");}
if((a<20)&&((a%2)==0)){
System.out.print(a);
System.out.print(" ");}
编译通过,只不过执行时全部出现在1行,想了半天,也想不出问题所在……
请指点下……


why edited on 2006-09-05 08:02


话题树型展开
人气 标题 作者 字数 发贴时间
9777 求助……编写一个程序,输出1到9的乘法表……(已解决) 8261669 728 2006-09-04 20:51
8085 Re:求助……编写一个程序,输出1到9的乘法表…… lwfllr 14 2006-09-04 21:27
8174 Re:求助……编写一个程序,输出1到9的乘法表…… lwfllr 313 2006-09-04 21:32
7998 Re:求助……编写一个程序,输出1到9的乘法表…… 8261669 223 2006-09-04 21:47
8135 Re:求助……编写一个程序,输出1到9的乘法表……(已解决) lwfllr 66 2006-09-04 21:51
8018 Re:求助……编写一个程序,输出1到9的乘法表……(已解决) 8261669 30 2006-09-04 22:30
8396 Re:求助……编写一个程序,输出1到9的乘法表……(已解决) lwfllr 25 2006-09-04 23:00

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   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