摘要: class person1 { String name; String sex; int age; String ID;//身份证号码 void getperson(String name,String sex,int age,String ID) { System.out.println("名字为 阅读全文
posted @ 2019-07-04 21:29 黄章俊 阅读(93) 评论(0) 推荐(0) 编辑
摘要: import java.util.; public class FIVE { public static void main(String args[]){ int i,j,s = 0; Scanner sc = new Scanner(System.in); i = sc.nextInt(); j 阅读全文
posted @ 2019-07-04 21:25 黄章俊 阅读(111) 评论(0) 推荐(0) 编辑
摘要: package com.wsy.work; public class JudgeNumber { public static void main(String[] args) { int a = 5; if(a % 2 == 0) { System.out.println(a+"是偶数"); } e 阅读全文
posted @ 2019-07-04 20:08 黄章俊 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 咋么说呢!感觉呀,这个学期打了一个学期的摆子,啥都没学到,在学习落下许多。但是呢!有句话说的好,时间用在哪里,掌声就在那里!尽管学习落下了许多,但是自己在其他方面也收获了许多。不过在最后的一个月自己还是努了下力,发现自己真的是个菜鸡,太菜啦!很多的知识都不知道,不过后来有些问了老师,有些问了同学,还 阅读全文
posted @ 2019-07-04 19:28 黄章俊 阅读(133) 评论(0) 推荐(0) 编辑