202k views
1 vote
Given an array a, declared to contain 34 elements, write an expression that refers to the last element of the array.

1 Answer

2 votes
If the language is zero indexed:

a[ 33 ]
User Posha
by
5.9k points