taylorpatterson957 taylorpatterson957 30-08-2019 Computers and Technology contestada Given the declaration int[] list = new int[50]; the statement System.out.println(list[0] + "..." + list[49]); outputs all 50 components of the array list. A) True B) False