February 3, 2014 Matthew Maennche C++, Learn To Code 10615, C++ LANGUAGE: C++ CHALLENGE: Given an array a, declared to contain 34 elements, write an expression that refers to the last element of the array. SOLUTION: a[33]