To access an element like 26, code the array name temperatures followed by the index of the element between square brackets [2].
26
temperatures
[2]
Make sure to pick temperatures followed by [ and then 2, ].
[
2
]