摘要: 1 输入年份月份,输出该月的天数(闰年2月29天,条件参考上机练习1) package zuoye1; import java.util.Scanner; public class test1 { public static void main(String[] args) { // 输入年份月份, 阅读全文
posted @ 2023-03-29 19:21 刘凯铭 阅读(40) 评论(0) 推荐(0)