Problem
1. Write a program to measure the time taken to access an element of an object of our array class by means of the member function, element o. Compare this time with that for an array which directly uses the built-in subscripting operator, [ ]. What effect does removing the bounds checking from array: element 0 have on this comparison? Extend your results to the two and three-dimensional cases.
2. Adapt the classes for storing weather data so that they can store something relevant to your own particular field. For example, an astronomer could start by storing some data on the planets.