摘要: 1.声明两个变量:int n1=10,n2=20;要求将两个变量的值交换:n1=20,n2=10.不使用第三方变量,完整代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;usi... 阅读全文
posted @ 2015-10-12 16:07 下弦月or 阅读(225) 评论(0) 推荐(0)