Prompt 1 Methods
A method is an identifiable, self-contained section of code that performs a specific task, such as calculating the square root of a number or resetting the text boxes on an interface. Methods have many uses and are a common way to add functionality to a program.
Describe the two types of methods and provide examples of each of them along with describing their method type.
Justify your answers with examples and reasoning.
Follow APA guidelines for writing style, spelling and grammar, and citation of sources.
Prompt 2 Arrays, Collections, and Generics
The simplest and most common data structure is an array. An array is a contiguous block of memory cells.
What are the most important characteristics of the data structure used by a binary search?
Justify your answers with examples and reasoning.