Jtyree91551 Jtyree91551 01-02-2024 Computers and Technology contestada What is the output of the following code snippet? int myarray = { 10, 20, 30, 40, 50 }System.out.print(myarray[2])System.out.print(myarray[3])a) 1050 b) 2030 c) 3040 d) 4050