上一页 1 ··· 24 25 26 27 28
摘要: 判断用户和密码 如果输入一个值则直接报错Console.WriteLine("请输入用户名和密码"); string one = Console.ReadLine(); //获取了当前的数据 string two = Convert.ToString(on... 阅读全文
posted @ 2015-08-29 15:55 尘梦 阅读(209) 评论(0) 推荐(0) 编辑
摘要: int b=a/7; // int c = a - b * 7; int c = a % 7; Console.WriteLine("{0}周{1}天", b,c); Console.ReadKey()... 阅读全文
posted @ 2015-08-29 15:51 尘梦 阅读(213) 评论(0) 推荐(0) 编辑
摘要: //从一个大秒数来计算机多少天多少分钟多少秒 Console.WriteLine("请输入描述"); int a = Convert.ToInt32(Console.ReadLine()); int day = a / (3600 ... 阅读全文
posted @ 2015-08-29 15:50 尘梦 阅读(733) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28