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); } }
时间: 2024-10-16 23:30:28
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); } }