Respuesta :

adnhw

Answer:

1)

Explanation:

val[1] represents the first value of the table 'val', which at first is 3. The table val is at first 3, 10, 44.

val[1] = 55; means that we just changed that first value (3) in the table to 55.

What's the table now?

55, 10, 44, rather than 3, 10, 44