ppp method

int ppp (int numberOfPeople)

Returns the number of Pinder-points per person needed for the current Catalogue instance

Implementation

int ppp(int numberOfPeople) => (totalPoints / numberOfPeople).ceil();