通过的答案!
namespace Test { class Program { static void Main(string[] args) { int year = 2015;//年份 string text=(year%4==0)?"闰年":"平年";//请填写代码 Console.WriteLine("今年是{0}",text); } } }
要注意输入法 !!! 中文输入法无法编译!!!
namespace Test { class Program { static void Main(string[] args) { int year = 2015;//年份 string text=(year%4==0)?"闰年":"平年";//请填写代码 Console.WriteLine("今年是{0}",text); } } }
要注意输入法 !!! 中文输入法无法编译!!!
2016-02-14
举报