摘要:
1 package tourist; 2 public class Tourist { 3 int age; 4 int ticketPrice; 5 6 public void setAge(int age) 7 { 8 this.age=age; 9 } 10 public void ticket() 11 { 12 if(age>0&&age<12) ... 阅读全文
posted @ 2017-11-16 19:52
小星_log
阅读(11320)
评论(0)
推荐(1)
浙公网安备 33010602011771号