2019年4月16日

实训

摘要: 1 package bbb; 2 3 public class ccc { 4 public static void main(String [] args){ 5 int a=5; 6 if(a%2==0) 7 System.out.println("a为偶数!"+a); 8 System... 阅读全文
posted @ 2019-04-16 21:38 52.Hz 阅读(134) 评论(0) 推荐(0) 编辑