摘要: package test;public class test { public static void main(String[] args) { // TODO Auto-generated method stub int a =106; if (a%2>0) { System.ou... 阅读全文
posted @ 2015-09-30 10:30 呼哧呼哧 阅读(109) 评论(0) 推荐(0) 编辑
摘要: package test;public class test { public static void main(String[] args) { // TODO Auto-generated method stub int a =101; if (a / 2 == 0) { Syst... 阅读全文
posted @ 2015-09-30 09:43 呼哧呼哧 阅读(134) 评论(0) 推荐(0) 编辑
摘要: //比较运算符 System.out.println("1 != 0 ="+(1!=0)); System.out.println("1 > 0 ="+(1>0)); //字符串的比较 String gg = "sdsd"; ... 阅读全文
posted @ 2015-09-30 08:17 呼哧呼哧 阅读(122) 评论(0) 推荐(0) 编辑