在C#中控制台应用程序编写一个简单的数组怎么写?请解释一下
新手,很多都不明白,有专业的请帮我看一下代码,顺便写上一段在C#中windows应用程序中的数组,最好是详细一点,非常感谢!usingSystem;usingSystem...
新手,很多都不明白,有专业的请帮我看一下代码,顺便写上一段在C#中windows应用程序中的数组,最好是详细一点,非常感谢! using System; using System.Collections.Generic; using System.Text; namespace 控制台应用程序 { class Program { static void Main(string[] args) { for (int i = 1; i < 10; i++) { Console.Read(i); } } } }
展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询