亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

代碼
提交代碼
public class IfElseStatement2 { public static void main(String args[]) { int age = 15; System.out.println(age >= 18 ? "在中國你已經成年" : "在中國你還未成年"); } }
運行結果