摘要:
1.让方法返回多个参数1.1在方法体外定义变量保存结果 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Method 7 { 8 class Program 9 {10 public static int quotient;11 public static int remainder;12 public static void Divide(int x, int ... 阅读全文
posted @ 2012-07-20 23:06
Carve_Time
阅读(193)
评论(0)
推荐(0)

浙公网安备 33010602011771号