brandonlvasquez4359 brandonlvasquez4359 22-05-2023 Computers and Technology contestada given the following code fragment, what is the final value of variable output? int myarr[5] = {1,2,3,4,5}; int output = 0; output = myarr[0] myarr[4];