I'm newbie in Java please help.
1. Create an array with 20 elements.. I know this.
This one i don't know..
2. The program must ask the user to input an element to search for and prints a message:
"Found[search key]" then print the remaining data on the next line eliminating the searched element.
3. Otherwise, it prints: "[Search key] not found"
4. Below is a sample output you should acquire.
77 99 44 22 88 11 9 66 33
Found 66
77 99 44 22 88 11 9 66 33