美文网首页
2018-11-01作业3

2018-11-01作业3

作者: 零二幺五 | 来源:发表于2018-12-27 08:01 被阅读0次

Console .WriteLine ("用户名"); string yonghumoing=Console .ReadLine (); Console.WriteLine("密码"); string str_a=Console .ReadLine (); int a=Convert.ToInt32 (str_a); if (a==8888&&yonghumoing=="admin") { Console.WriteLine ("正确"); } if (yonghumoing != "admin") { Console.WriteLine("用户名不存在"); } else { Console.WriteLine("密码错误"); } Console .ReadKey();#

相关文章

  • 2018-11-01作业3

    { class Program { static void Main(string[] args)...

  • 2018-11-01作业3

    Console.WriteLine("请输入年龄"); int year = Convert.ToInt32(Co...

  • 2018-11-01作业3

    Console.WriteLine("请输入用户名"); string name = Console.ReadLi...

  • 2018-11-01作业3

    namespace ConsoleApplication3{class Program{static void M...

  • 2018-11-01作业3

    Console .WriteLine ("用户名"); string yonghumoing=Console .R...

  • 2018-11-01

    2018-11-01 冰雨霞思 2018-11-01 13:40 · 字数 1768 · 阅读 0 · 日记本 区...

  • 和曾泽宇的聊天记录

    曾 和 koko 在微信上的聊天记录如下,请查收。 ————— 2018-11-01 ————— 曾泽宇 20:3...

  • 第一站:休斯顿第三天

    休斯顿第三天 2018-11-01 16:15:35 DAY3 活动 德州大学奥斯汀分校; 孵化器Capital ...

  • 2018-11-01作业

    using System; using System.Collections.Generic; using Sys...

  • 2018-11-01作业

    namespace ConsoleApplication1{class Program{static void M...

网友评论

      本文标题:2018-11-01作业3

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