摘要: 一、PTA实验作业 题目1:输出月份英文名 1. 本题PTA提交列表(要提交列表,不是结果) 2. 设计思路(伪代码或流程图) 用switch判断n的值 switch(n) case 1:return "January"; case 2:return "February"; case 3:retur 阅读全文