• + 0 comments

    Code in Python

    def computeDifference(self):
            self.maximumDifference = max(self.__elements) - min(self.__elements)