Number Combinations
programmed by Zion Ng


This program was done up to list out all the possible numbers that can be formed from a set of digits.

 

You want to form a -digit number.

Key in the digits you want to use, separating them using spaces (eg: 2 4 8):


Each digit can ONLY be used once.
Each digit can be used MORE than once.


 



(Due to server CPU & memory limitations, this program can only take up to 5 digits)