随笔分类 - C#学习笔记
开发环境Visual Studio 2010
摘要:在这一课中,主要学习了如何用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...
阅读全文

浙公网安备 33010602011771号