摘要: public static void main(String[] args ){ int money = 10; if(money>=10){ System.out.println("买棒棒糖"); }else{ System.out.println("什么也不买"); } } 阅读全文
posted @ 2017-04-09 16:17 Gtr_Right 阅读(111) 评论(0) 推荐(0) 编辑
摘要: public class xxx{ public static void main( String[] args){ scanner input = new scanner( System.in); System.out.println("王的成绩:"); int num1 = input.next 阅读全文
posted @ 2017-04-09 13:32 Gtr_Right 阅读(123) 评论(0) 推荐(0) 编辑
摘要: public class xxx{ public static void main(String[] args){ System.out.println("HelloWorld"); } } 阅读全文
posted @ 2017-04-09 11:51 Gtr_Right 阅读(126) 评论(0) 推荐(0) 编辑