-
编写程序计算某年某月的天数.输入年份year和月份month,输出该月份的天数 用switch输出某年某月的天数
用C语言switch语句计算某年某月,求该月的天数。 #includevoid main(){int a=0,b=0;保存年月printf("请输入年");scanf("%d",&a);printf("请输入月");scanf("%d",&...
用C语言switch语句计算某年某月,求该月的天数。 #includevoid main(){int a=0,b=0;保存年月printf("请输入年");scanf("%d",&a);printf("请输入月");scanf("%d",&...