ฉันกำลังเริ่มต้นอาร์เรย์เช่นนี้ public class Array { int data[] = new int[10]; /** Creates a new instance of Array */ public Array() { data[10] = {10,20,30,40,50,60,71,80,90,91}; } } NetBeans ชี้ไปที่ข้อผิดพลาดที่บรรทัดนี้: data[10] = {10,20,30,40,50,60,71,80,90,91}; ฉันจะแก้ปัญหาได้อย่างไร