Flowers5786 Flowers5786 11-01-2024 Computers and Technology contestada what exception type does the following program throw? public class test { public static void main(string[] args) { int[] list = new int[5]; .println(list[5]); } }