To assign the first element's numberOfCalories in pizzasInStore with the value in the second element's numberOfCalories, which programming concept should be used?
a) Variable declaration
b) Array indexing
c) Loop iteration
d) Function calling

Respuesta :