摘要: 1.编写程序: 声明一个整型变量a,并赋初值5,在程序中判断a是奇数还是偶数,然后输出判断的结果。 package 判断奇偶; public class liux { public static void main(String[] args){ int x=5; if(x%2==0){ Syste 阅读全文
posted @ 2019-04-12 12:01 你若是天 阅读(224) 评论(0) 推荐(0) 编辑