美文网首页
第一次作业第一题

第一次作业第一题

作者: 似是而非_30f0 | 来源:发表于2018-10-17 23:19 被阅读0次

    #代码

    using System;

    using System.Collections.Generic;

    using System.Linq;

    using System.Text;

    using System.Threading.Tasks;

    namespace 第一个作业

    {

        class Program

        {

            static void Main(string[] args)

            {

                Console.WriteLine("**********************");//向控制台输出“****”

                Console.WriteLine("*我的第一个应用程序*");//向控制台输出“我的第一个应用程序”

                Console.WriteLine("**********************");//向控制台输出“****”

                Console.ReadKey();//按任意键结束控制台

            }

        }

    }

    #效果

    相关文章

      网友评论

          本文标题:第一次作业第一题

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