标题:帮我看看这段程序有什么不对
取消只看楼主
kenanfv
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2008-1-22
 问题点数:0 回复次数:1 
帮我看看这段程序有什么不对
public class lianxi{
    public static void main(string[] args){
        System.out.println(6>5>4);
        System.out.println(3==3==3);
        System.out.println(true & flase);
        int a;
        System.out.println(a=20);
        int a;
        System.out.println((a=20)=30);
        System.out.println(""+1+2+3+4);
        System.out.println(""+(1+2+3+4));
        System.out.println((int)true);
        System.out.println(sizeof(long));
        System.out.println((int)true);
        System.out.println((double)(10/3));
    }
}
搜索更多相关主题的帖子: println System public args 
2008-01-25 12:49
kenanfv
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2008-1-22
得分:0 
回复 2# 的帖子
帮我改改 谢谢
2008-01-25 15:07



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




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

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