Finding a Numeric Pattern
Create an application that does the following:
1. Generates and displays an array of 50 randomly generated integers between 1 and 20.
2. Lets the user enter a sequence of 1 to 5 integers in a single text box.
3. Searches the array for the first sequence of integers that matches the integer sequence entered by the user in Step 2.
4. If a matching sequence is found, the program should display the index position of the match, or if no match is found, display a message such as “no match”.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here