"Using Array and Binary Search" Please respond to the following:
• Arrays can be created as one-dimensional or multi-dimensional to meet different business needs. Explain a business scenario that would require a one dimensional array. Explain a business scenario that would require a two dimensional array.
• A binary search is an efficient method to search a large array. Explain the search technique used in binary search.