12 2018 档案

摘要:public class PrimeNumber{ //判断101-200之间有多少素数 public static void main(String[] args){ int x = 101; int y,z,sum=1; for(x=101;x<200;x++){ for(y=2;y<x;y++ 阅读全文
posted @ 2018-12-31 22:37 昨夜风雨声 阅读(24) 评论(0) 推荐(0) 编辑
摘要:java编写日历 代码 `import java.util.Scanner; public class Calendar1{ public static int monthday,year,month,day; public static void main(String[] args){ Scan 阅读全文
posted @ 2018-12-30 22:50 昨夜风雨声 阅读(34) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示