美文网首页
第四次作业1

第四次作业1

作者: zealot_bbc8 | 来源:发表于2018-10-31 14:28 被阅读0次

    Console.WriteLine("请输入苏小鬼的语文成绩");

     int chinese = Convert.ToInt32(Console.ReadLine());

    Console.WriteLine("请输入苏小鬼的数学成绩");

    int math = Convert.ToInt32(Console.ReadLine());

    bool b = chinese > 90 || math > 90;

     Console.WriteLine(b);

    Console.ReadKey()

    ;

    相关文章

      网友评论

          本文标题:第四次作业1

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