a[1] = 1
a[2] = 4
a[3] = 9
a[4] = 16
a[5] = 25
a[2] + a[5]
4 + 25 = 29
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a[1] = 1
a[2] = 4
a[3] = 9
a[4] = 16
a[5] = 25
a[2] + a[5]
4 + 25 = 29