sarahabuadas628 sarahabuadas628 26-04-2024 Computers and Technology Answered What is wrong with the following code? ArrayList list = new ArrayList() ; list. add(1) ; System. out. println(list. get(0) ) ;