ZKX's LAB

编写程序计算某年某月的天数.输入年份year和月份month,输出该月份的天数 用switch输出某年某月的天数

2021-04-27知识9

用C语言switch语句计算某年某月,求该月的天数。 #includevoid main(){int a=0,b=0;保存年月printf(\"请输入年\");scanf(\"%d\",&a);printf(\"请输入月\");scanf(\"%d\",&b);switch(b){case 1:printf(\"该月天数为31\");break;case 2:if((a%4=0&a%100。0)|(a%400=0)){printf(\"该月天数为29\");}else{printf(\"该月天数为28\");}break;case 3:printf(\"该月天数为31\");break;case 4:printf(\"该月天数为30\");break;case 5:printf(\"该月天数为31\");break;case 6:printf(\"该月天数为30\");break;case 7:printf(\"该月天数为31\");break;case 8:printf(\"该月天数为31\");break;case 9:printf(\"该月天数为30\");break;case 10:printf(\"该月天数为31\");break;case 11:printf(\"该月天数为30\");break;case 12:printf(\"该月天数为31\");break;}}

编程从键盘输入某年某月,用switch语句编程输出该年的该月拥有的天数#include<;stdio.h>;int main(){ int y,m,d;scanf(\"%d%d\",&y,&m);switch(m){ case 1:case 3:case 5:case 。

编写程序计算某年某月的天数.输入年份year和月份month,输出该月份的天数 case语句未见有楼主的用法。include\"iostream.h\"int main(){int a,b;cin>;>;a>;>;b;if((a%4=0&a%100。0)|a%400=0){switch(b){case 1:case 3:case 5:case 7:case 8:case 10:case 。

#用switch输出某年某月的天数

随机阅读

qrcode
访问手机版