I need a String array with the following attributes:
- 4 digits numbers
- No repeating digits ("1214" is invalid)
- No 0's
Is there an easier way to do this than manually type it? Like:
String[] s = {"1234","1235",1236",1237",1238",1239","1243","1245"};
Sorry for my English!