Describe how arrays are implemented in Java.
Arrays are one of the basic data structures used in most programming languages. For this assignment, you will explore the use of arrays. Complete the following:
- Describe how arrays are implemented in Java.
- Provide Java code to illustrate how to create an array, reference an array, and address an element of an array.
- Create a flowchart, and provide the corresponding pseudocode to show how to sort an array using the bubble sort.
- Create a flowchart, and provide the corresponding pseudocode to show how to search an array for a specified value using the sequential search algorithm.
Note: Diagrams created in separate programs should be copied and pasted into your document for submission.

