魔幻的猫头鹰

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年3月26日

摘要: 1.输入年份,判断是不是闰年 package test; import java.util.Scanner; public class test1 { public static void main(String args[]){ //输入年份,判断是不是闰年 Scanner input = new 阅读全文
posted @ 2021-03-26 20:12 魔幻的猫头鹰 阅读(44) 评论(0) 推荐(0) 编辑