展开全部
希望对你有帮助,已测试
static void Main(string[] args)
{
Console.WriteLine("请输入你要季度月份:");
int month = int.Parse(Console.ReadLine());
switch (month)
{
case 1:
case 2:
case 3:
Console.WriteLine("{0}月份是第三季度", n);
break;
case 4:
case 5:
case 6:
Console.WriteLine("{0}月份是第三季度", n);
break;
case 7:
case 8:
case 9:
Console.WriteLine("{0}月份是第三季度", n);
break;
case 10:
case 11:
case 12:
Console.WriteLine("{0}月份是第三季度", n);
break;
}
}
static void Main(string[] args)
{
Console.WriteLine("请输入你要季度月份:");
int month = int.Parse(Console.ReadLine());
switch (month)
{
case 1:
case 2:
case 3:
Console.WriteLine("{0}月份是第三季度", n);
break;
case 4:
case 5:
case 6:
Console.WriteLine("{0}月份是第三季度", n);
break;
case 7:
case 8:
case 9:
Console.WriteLine("{0}月份是第三季度", n);
break;
case 10:
case 11:
case 12:
Console.WriteLine("{0}月份是第三季度", n);
break;
}
}
展开全部
switch(key)
{
case 1:
case 2:
case 3: 输出 1季度 break;
case 4:
case 5:
case 6: 输出2季度 break;
剩下自己写
}
{
case 1:
case 2:
case 3: 输出 1季度 break;
case 4:
case 5:
case 6: 输出2季度 break;
剩下自己写
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
要用什么语言写?
追问
C语言
追答
int month;
printf("input month plz.:\n");
scanf("%d",&month);
swich(month)
{
case 1:
case 2:
case 3: printf("季度是%s", "Spring"); break;
case 4:
case 5:
case 6: printf("季度是%s", "Summer"); break;
case 7:
case 8:
case 9: printf("季度是%s", "Fall"); break;
case 10:
case 11:
case 12: printf("季度是%s", "Winter"); break;
default:printf("invalid input:%d, input num bewteen 1 and 12 plz.", month);
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |