Calculate number of combinations
Arguments
- n
Integer: Total number of items
- r
Integer: Number of items in each combination
Value
Integer: Number of combinations
Details
In plain language:
You have n
items. How many different cobinations of r
items can you make?