IntSummaryStatistics getAverage() method in Java with Examples
The getAverage() method of IntSummaryStatistics class in Java is used to get the average of records in this IntSummaryStatistics. Syntax: public double getAverage() Parameter: This method do not accept any value as parameter. Return Value: This method returns the average of the records in this IntSu