码迷,mamicode.com
首页 > 其他好文 > 详细

三位运算符,联系操作

时间:2015-12-02 20:21:08      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

package hello;

public class gaofushuai {
    public static void main(String[] args){
        int a=1;
        int b=1;
        int c=1;
        String str=a>0?"高":"矮";
        String www=b>0?"富":"穷";
        String sss=c>0?"帅":"丑";
        System.out.print(str+www+sss);
    }

}

 

三位运算符,联系操作

标签:

原文地址:http://www.cnblogs.com/php111/p/5013771.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!