正確答案就是這個(gè)
正確答案 int year = 2015;//年份 ? ? ? ? ? string text ; ? ? ? ? ? text = year %4 ==0 ?"閏年":"平年";//請(qǐng)?zhí)顚懘a ? ? ? ? ? ?Console.WriteLine("今年是{0}",text);
正確答案 int year = 2015;//年份 ? ? ? ? ? string text ; ? ? ? ? ? text = year %4 ==0 ?"閏年":"平年";//請(qǐng)?zhí)顚懘a ? ? ? ? ? ?Console.WriteLine("今年是{0}",text);
舉報(bào)
2017-03-01