Project Description:
We want to generate premium numbers for one of our application.
What we need is:
A program that generate 2, 3, 4, 5, 6, 7, 8 digits premium numbers
Example of 2 digits: 22, 11, 33 ....
Example of 3 digits: 123, 321, 111...
Example of 4 digits: 1122, 5544, 1234, 4321 444
Example of 5 digits: 12345, 11122, 55511, 17771...
Example of 6 digits: 113366, 111777, 123456....
The delivery should be as the subsequent:
1) CVS that contains the numbers for every group (Could be excel)
2) The Patterns that used to create the numbers
3) The algorithm and code that generate the numbers
Skills required are Algorithm, C Programming, Mathematics