一.第一个程序Hellow Word using System; //using 关键字用于在程序中包含 System 命名空间. 一个程序一般有多个 using 语句. using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Helloword { class Program //声明一个类 { static void Main…