0
Can i make a program with JavaScript that can make every possible combination of 11 players out of total 22 players?
4 Réponses
+ 5
Yes it's possible if you try.
+ 5
11 persons out of 22 persons can be selected in ²²C11= 22!/11!×11! = 705432 no. of ways
take two variable and use formaula and calculate it and print result
+ 4
This looks like an assignment or something of that sort
But yes, this should be possible with a nested for loop🤔