The purpose of a toString() method is to provide the desired String representation of an instance of the class in which the toString() method exists for use in an output statement. So, if your...