ZKX's LAB

编写程序 计算某年某月有几天 C语言计算某年某月某日为该年的第几天

2021-04-06知识7

编写程序计算某年某月的天数.输入年份year和月份month,输出该月份的天数 include int main(){ int year,month;int a=0;printf(\"输入任意符合范围(1月~12月)的月份和(1900年~9999年)年份,且两个值之间空格分隔。\\n\");scanf(\"%d%d\",&year,&。

关于C语言简易编程 计算某年某月多少天 |#includevoid main(){int year,month;printf(\"\\n Please input year:\\n\");scanf(\"%d\",&year);printf(\"enter month:\\n\");scanf(\"%d\",&month);if(year%4=0){if(month=2)printf(\"\\n day=d\",29);else{if(month=4|month=6|month=9|month=11)printf(\"\\n day=d\",30);elseprintf(\"\\n day=d\",31);}}else{if(month=2)printf(\"\\n day=d\",28);else{if(month=4|month=6|month=9|month=11)printf(\"\\n day=d\",30);elseprintf(\"\\n day=d\",31);}}}只是把输入部分改了 输出结果是对的 还有你的32313133353236313431303231363533e58685e5aeb931333330356263判断闰年的方法有误应该是if(i%4=0&i%100。0|i%400=0)则i为闰年

计算某年某月有多少天?这个程序怎么编 简单得很,我下面给你写个函数: 简单得很,我下面给你写个函数:int mdays(int y,int m){ int d;if(m=2)d=()?29:28;else if(m=4|m=6|m=9|m=11)d=30;esle d=31;。

#编写程序 计算某年某月有几天

随机阅读

qrcode
访问手机版