Write a C++ program that allows you to examine the effects of array size and initial data order by measuring the time of the program when your favorite sort operates on an array of int.
a) SortEffects.cpp
b) ArrayAnalyzer.cpp
c) SortTester.cpp
d) DataOrderAnalyzer.cpp