#include #include "IntArray.h" using namespace std; int main() { // Create IntArray objects and call methods here... // Print out the number of errors/edge cases found cout << endl << endl << IntArray::GetProgress() << endl; return 0; }