PROGRAMMING
1. Write a search method with four parameters: the search array, the target, the start subscript, and the finish subscript. The last two parameters indicate the part of the array that should be searched. Your method should catch or throw exceptions where warranted.
Resource: “Testing and Debugging”, of Data Structures: Abstraction and Design Using Java.
Complete the Exercises for Section 3.2, Programming #1, in Ch. 3, “Testing and Debugging”, of Data Structures: Abstraction and Design Using Java.
Submit your pseudocode