dudemanbagel7780 dudemanbagel7780 Today at 4:59 AM Computers and Technology Answered What is the value of scores[3] after the following code is executed? var scores = [70, 20, 35, 15]; scores[3] = scores[0] + scores[2];