美文网首页
002-变量。

002-变量。

作者: 立秋i | 来源:发表于2018-03-30 23:31 被阅读0次

    namespace _002_变量 {

        class Program {

            static void Main(string[] args)

            {

                int age = 20;

                int hp = 60;

                string name = "王志强";

                Console.WriteLine(name);

                Console.ReadKey();

            }

        }

    }

    相关文章

      网友评论

          本文标题:002-变量。

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