美文网首页
第六节课第一个作业

第六节课第一个作业

作者: 起个名真难_9489 | 来源:发表于2018-11-07 15:01 被阅读0次


#编码

Console.WriteLine("麻烦输入下那个逼崽子的姓名");

string name = Console.ReadLine();

switch (name)

{

case "刘谋":

Console.WriteLine("上辈子打上单的");

break;

case "安掌门":

Console.WriteLine("上辈子打中单的");

break;

case "阿水":

Console.WriteLine("上辈子打下路的");

break;

default:

Console.WriteLine("那是个什么傻逼东西");

break;

}

Console.ReadKey();

#效果

第六节课第一个作业 第六节课第一个作业

相关文章

网友评论

      本文标题:第六节课第一个作业

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