samautosales313 samautosales313 19-05-2024 Computers and Technology Answered What would be the result of the following code snippet? int[] ages = {50, 40, 30, 20}; ages = Arrays.copyof (ages, 5); System.out.println(Arrays.toString(ages));