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

您没有登录

» Java开发网 » Java SE 综合讨论区 » 实战错误讨论  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 我的第一个程序问题!
llxx22





发贴: 20
积分: 0
于 2004-11-29 12:47 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
{为什么要那么多感叹号? 以后注意}
我们上课布置了一到题:编写一个程序,用选择法对数组a[]={20,10,50,40,30,70,60,80,90,100}进行从大到小的排序。
我用了一种方法编,如下:
class turn
{
int AB []={10,20,30,40,50,60,70,80,90,100};
{
System.out.println(AB[1]);
System.out.println(AB[2]);
System.out.println(AB[3]);
System.out.println(AB[4]);
System.out.println(AB[5]);
System.out.println(AB[6]);
System.out.println(AB[7]);
System.out.println(AB[8]);
System.out.println(AB[9]);
}
运行成功,但我想要是需要输出10,到1000,我就麻烦了。
我想利用循环来完成,于是我又编一个:
class turn
{
  public static void main(String args [])
  {
    int i,n;
for(n=1;n<=10;n++)
  {
   i=n*10;
  }
System.out.println( i );
  }
}
编译出现问题,说变量 i 没有被初始化。
我改了很多次,都没成功,有哪位朋友能教教我。


llxx22 edited on 2004-11-29 22:27


话题树型展开
人气 标题 作者 字数 发贴时间
47839 我的第一个程序问题! llxx22 1006 2004-11-29 12:47
40624 Re:我的第一个程序问题!!!!!!!!! javaxml1 35 2004-11-29 14:46
41048 入门难。 我深有体会 gfiargw 295 2004-11-29 14:51
41185 Re:我的第一个程序问题!!!!!!!!! sun_huaqiu 56 2004-11-29 15:12
41314 Re:我的第一个程序问题!!!!!!!!! llxx22 76 2004-11-29 16:52
41013 Re:我的第一个程序问题!!!!!!!!! ch_tj2k 468 2004-11-29 17:41
41301 Re:我的第一个程序问题! llxx22 98 2004-11-30 00:00
40958 Re:我的第一个程序问题! 我的剑会笑 3 2004-12-15 21:21

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