今天遇到一个题目 分析下面的代码,判断代码是否有误. using System; namespace Test1 { class Point { public int x; public int y; } class Program { static void Main(string[] args) { Point[] pointArr = ]; pointArr[].x = ; pointArr[].y = ; pointArr[].x = ; pointArr[].y = ; pointAr…