课设万年历.doc
文本预览下载声明
课设万年历
导读:就爱阅读网友为您分享以下“课设万年历”的资讯,希望对您有所帮助,感谢您对92的支持!
case 1:
printf(quot;,这天是劳动节quot;); break; case 4:
printf(quot;,这天是青年节quot;); }
if(month==6) switch(day) { case 1:
printf(quot;,这天是儿童节quot;); }
if(month==7) switch(day) { case 1:
printf(quot;,这天是建党节quot;); }
if(month==8) switch(day) { case 1:
printf(quot;,这天是建军节quot;); }
if(month==9) switch(day) { case 10:
printf(quot;,这天是教师节quot;); }
if(month==10)
switch(day) { case 1:
printf(quot;,这天是国庆节quot;); }
if(month==12)
switch(day)
显示全部