averageInt method

int averageInt()

Implementation

int averageInt() => sum() ~/ length;