ashlynnanne2643 ashlynnanne2643 02-01-2024 Computers and Technology contestada What is wrong with the following?int a [ ] = new int[7];for (int i = 0; i <= 7; i++) a[i] = i;