ppp method
Returns the number of Pinder-points per person needed for the current Catalogue instance
Implementation
int ppp(int numberOfPeople) => (totalPoints / numberOfPeople).ceil();
Returns the number of Pinder-points per person needed for the current Catalogue instance
int ppp(int numberOfPeople) => (totalPoints / numberOfPeople).ceil();