I would like help writing a CPP Function() with the following criteria :-
It is to search for 4 digit numbers in a Pick 4 Game.
1. Given a 2D Array of 4 Digit Number from 0 to 9
Lets call this 2D array - Array 1
This Array consists of only 9 sets of 4 digit random numbers
Digits can be repeated up to 4 times
e.g. - 0000 or 0001 or 0012 or 0123 or 1234 or 2342 or 3422 or 5676 or 5644
2. Given a 2D Array of 4 Digit Numbers from 0 to 9
Lets call this 2d array - Array 2
This Array consists of say 1000 sets of 4 digit random numbers
Digits can be repeated up to 4 times