摘要: 阅读全文
posted @ 2016-10-18 18:00 张晓锋 阅读(134) 评论(0) 推荐(0)
摘要: package day0; public class Example { public static void main(String[] args) { int a = 15; if (a >= 90) { System.out.println("优秀"); } else if ( a >= 80 阅读全文
posted @ 2016-10-18 16:40 张晓锋 阅读(339) 评论(0) 推荐(0)