Find the error:
1. int[] collection = new int[-20];
2. int[] hours = 8, 12, 16;
3. int[] table = new int[10];
for (int x = 1; x <=>
{
table[x] = 99;
}
4. String[] names = { "George", "Susan" };
int totalLength = 0;
for (int i = 0; i <>
totalLength += names[i].length;
5. String[] words = { "Hello", "Goodbye" };
System.out.println(words.toUpperCase());
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here