![](https://img.haomeiwen.com/i14498955/0628c9e277a38553.jpg)
#Console.WriteLine("请输入年份"); int year =Convert .ToInt32 (Console .ReadLine ()); bool b = year % 400 == 0 || year % 4 == 0 && year % 100 != 0; Console.WriteLine(b ); Console.ReadKey();
#Console.WriteLine("请输入年份"); int year =Convert .ToInt32 (Console .ReadLine ()); bool b = year % 400 == 0 || year % 4 == 0 && year % 100 != 0; Console.WriteLine(b ); Console.ReadKey();
本文标题:第四节课的第二个作业
本文链接:https://www.haomeiwen.com/subject/zieatqtx.html
网友评论