摘要: 1 输出月份英文名 1.设计思路 1.定义十二个月份 2.判断n是否超出范围,若没有输出那个所指的月份 2.实验代码 'char getmonth( int n ) { char month[13]={"January","February","March","April","May","June" 阅读全文
posted @ 2018-04-22 19:34 流淌的时之沙 阅读(165) 评论(6) 推荐(0) 编辑