int main() { cout<<"The Binomial Coefficient of 5, and 3, is equal to: "<< binomialCoefficient(5,3); cin.get(); }