标题:请教为什么我的程序由错?
只看楼主
ljm0113
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2004-11-3
 问题点数:0 回复次数:2 
请教为什么我的程序由错?

import java.awt.*; import java.io.*; public class AA {public static void main(String args[]) { int a=5,b=6,c=1; if(a<b) if(b<c) System.out.print(a); System.out.print(b); System.out.print(c); if(c<a) System.out.print(c); System.out.print(b); System.out.print(a); else System.out.print(a); System.out.print(c); System.out.print(b);

if(a<c) System.out.print(b); System.out.print(a); System.out.print(c); if(b<c) System.out.print(b); System.out.print(c); System.out.print(a); else System.out.print(c); System.out.print(a); System.out.print(b); } }

搜索更多相关主题的帖子: class void public import 
2004-11-03 13:01
ljm0113
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2004-11-3
得分:0 

我已经做出来了。呵呵。我知道哪错了。

import java.awt.*; import java.io.*; public class AA {public static void main(String args[]) { int a=32,b=0,c=58; if(a<b) if(b<c){ System.out.println(a); System.out.println(b); System.out.println(c);} else if(c<a) {System.out.println(c); System.out.println(a); System.out.println(b);} else {System.out.println(a); System.out.println(c); System.out.println(b);} else if(a<c) {System.out.println(b); System.out.println(a); System.out.println(c);} else if(b<c) {System.out.println(b); System.out.println(c); System.out.println(a);} else {System.out.println(c); System.out.println(a); System.out.println(b);} } }

2004-11-03 13:13
zhouyao_14
Rank: 1
等 级:新手上路
帖 子:196
专家分:0
注 册:2006-2-15
得分:0 

真晕!!!!


2006-02-15 10:01



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




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

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