摘要: 在这一课中,主要学习了如何用Visual Studio 2010创建项目编写一些简单的程序。1.声明2个变量:int n1=10,n2=20;要求将两个变量交换,最后输出n1为20using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class Program { static void Main(string[] args) main函数是程序的入口。 { int n1... 阅读全文
posted @ 2013-08-16 17:45 木棉之家 阅读(283) 评论(0) 推荐(0)