摘要: package test;public class Loop_Statement { public static void main(String [] args) { String[] newbag = new String[] {"Bag","Key","Book"}... 阅读全文
posted @ 2015-03-01 22:20 JonLi 阅读(268) 评论(0) 推荐(0)
摘要: package test;public class Condition_Phase { public static void main (String[] args) { //The Traditional Mode int money = 9... 阅读全文
posted @ 2015-03-01 17:55 JonLi 阅读(220) 评论(0) 推荐(0)