美文网首页
2018-10-31作业2

2018-10-31作业2

作者: 零二幺五 | 来源:发表于2018-12-27 07:50 被阅读0次

    #Console.WriteLine("请输入年份"); int year =Convert .ToInt32 (Console .ReadLine ()); bool b = year % 400 == 0 || year % 4 == 0 && year % 100 != 0; Console.WriteLine(b ); Console.ReadKey();

    相关文章

      网友评论

          本文标题:2018-10-31作业2

          本文链接:https://www.haomeiwen.com/subject/aqyatqtx.html