write the contents of a specification file for a class named contestresult that contains the following members: an data member winner of type string , initialized to the empty string. an data member secondplace of type string , initialized to the empty string. an data member thirdplace of type string , initialized to the empty string.