1. 首页
  2. 编程语言
  3. C#
  4. try-catch用法

try-catch用法

上传者: 2019-01-15 20:40:57上传 TXT文件 896B 热度 64次
try { Console.Write("请输入整数x:"); int x = Convert.ToInt32(Console.ReadLine()); Console.Write("请输入整数y:"); int y = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("x/y={0}", x / y); }catch(Divi
用户评论