手记

这就是我的回答!!!

namespace _guojia

{

class Program

{

    static void Main(string[] args)//Main方法,程序入口

   {

       int time = 12;//时间

       if (time < 10)

           Console.WriteLine("嗨一波!");//10点前结束就搞起来

       else

           Console.WriteLine("回家!睡觉!");//10点后结束我就回家了

        Console.ReadKey();

    }

}

}

0人推荐
随时随地看视频
慕课网APP