美文网首页
第二次作业2

第二次作业2

作者: zealot_bbc8 | 来源:发表于2018-10-24 18:50 被阅读0次

                Console.WriteLine("名字");

                string name = Console.ReadLine();

                Console.WriteLine("年龄");

                string age = Console.ReadLine();

                Console.WriteLine("性别");

                string six = Console.ReadLine();

                Console.WriteLine("您好;" + name + "您的年龄是" + age + ",是个" + six + "生");

      Console.ReadKey();

    相关文章

      网友评论

          本文标题:第二次作业2

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