摘要: 1 import java.util.Scanner; 2 3 4 //三目运算符 5 public class SingleQuestion{ 6 public static void main(String args[]){ 7 int x = 10; 8 int y = 9; 9 int max = x > y ... 阅读全文
posted @ 2016-11-07 19:07 cheney-yang 阅读(226) 评论(0) 推荐(0) 编辑