数组是一种数据结构,它包含若干相同类型的变量.数组是使用类型声明的: type[] arrayName; 下面的示例创建一维.多维和交错数组: class TestArraysClass { static void Main() { // Declare a single-dimensional array ]; // Declare and set array element values , , , , }; // Alternative syntax , , , , , }; // Dec…