To change the temperature value at the second index, access it through temperatures[2], then use = to assign it a new value like 25.

Make sure to pick temperatures[2], followed by =, and finally 25.