The file TA_assign3.cpp is the test program used by the TA. For the test program to work properly you need to: - first, change the fields to public (in general a very bad idea, but ok just for this testing!) - second, if you called your fields i, j and k leave the #define __VERSION_i as is. If you called your fields x, y, and z, change that line to #define __VERSION_x. If you called your fields a, b, and c, remove the #define line. If you called your fields anything else, remove the #define line and change the a, b and c in the 3 lines following the #else to the variables you used See the comments on the main web page under Feb 5th for a mapping from the mark given by the test program to your mark out of 4.