A C++ Sample Project
-
std::vector<int> multiples_of_three_or_five(int max)
get a list of the integer multiples of three or five up to the provided maximum value
-
int sum_multiples_of_three_or_five(int max)
get the sum of all the integer multiples of three or five up to the provided maximum value