第二次作业第二题

代码

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication5
{
class Program
{
static void Main(string[] args)
{
/**
*
**/
//1.询问
Console.WriteLine("请您输入姓名");
Console.WriteLine("请您输入年龄");
Console.WriteLine("请您输入性别");
//2.接受用户输入
string name = Console.ReadLine();
string age = Console.ReadLine();
string str = Console.ReadLine();
//3.对用户进行反馈
Console.WriteLine("您好{0},您的年龄是{1},是{2}生", name, age, str);
Console.ReadKey();

    }
}

}

效果

IMG_0089.JPG
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • pyspark.sql模块 模块上下文 Spark SQL和DataFrames的重要类: pyspark.sql...
    mpro阅读 9,505评论 0 13
  • 知识点: 注:int类型默认32位有大小范围 且第一位为符号位 0 为正 1 为负 8.4作业 A:1、风力预警系...
    cGunsNRoses阅读 1,122评论 0 0
  • using System; using System.Collections.Generic; using Sys...
    i_旅途阅读 3,403评论 0 1
  • 远方而来的隐隐雷声 带着兴奋和躁动 那些撩人的语言 开始穿过闷热和云层 是雨要来了吗 树梢上刮起了风 屋子里一杯茶...
    一期一会李俊海阅读 448评论 1 3
  • 心里不再起涟漪 是多么可怕的一件事。
    相相相柳阅读 160评论 0 0