ashleyaparicio5083 ashleyaparicio5083 09-01-2024 Computers and Technology contestada Which of these is an incorrect array declaration?a) int arr[] = new int[5]b) int[] arr = new int[5]c) int arr[] = new int[5]d) int arr() = new int[5]