roserose66511 roserose66511 10-01-2024 Computers and Technology contestada Which of the following variables is NOT initialized correctly? 1) List objectList = new List(); 2) GameObject[] objectArray = new GameObject[]; 3) Dictionary objectDict = new Dictionary(); 4) bool isTrue = true;