Open Apoorva-Datir opened 4 years ago
Create a file for the nCr calculator function.
This function calculates value of nCr when two numbers n and r are given.
Input : n = 5, r = 2 Output : 10 The value of 5C2 is 10.
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
Can I work on this issue??
Todo
Create a file for the nCr calculator function.
This function calculates value of nCr when two numbers n and r are given.
Example
Important
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.