+ 2
Please who can write a program for computing the combination of a number
2 Respuestas
+ 1
could you try to explain with an example?
+ 1
Combination is a mathematical problem denoted with C. Example, to find 5C2, the answer wud be 5!/(5-2)!2! =10 where 5!= 5*4*3*2*1..... Hope u got dat