
Need a program which performs a searching operation on a one dimensional array called NUM, which is an N-element array stored in a file named DATA9. A 3 digit integer is read from column 1-3 and is used for the search operation. he value with one or more of the array items. Search begins with the first element, and before it begins write the array items. As soon as a match is found between the input value and an array item a message appears telling you so, then continues searching the array for additional occurrences of their input value. If input value is not found in the array, write a message saying so. After all searches are finished, add all numbers not found to array NUM then order and print out NUM. Can anybody please help?
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.