Write a class ArrayClass, where the main method asks the user to enter the four numbers. Create a method printArray that prints the array whenever required (use Array.toString method). Make the program run as shown in the Sample Run below. Use Array.sort, Arrach.bianrySearch, Array.equal

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

Write a class ArrayClass, where the main method asks the user to enter the four numbers. Create a method printArray that prints the array whenever required (use Array.toString method). Make the program run as shown in the Sample Run below.

Use Array.sort, Arrach.bianrySearch, Array.equals

Sample Run
List1, Enter four numbers: 2 3 3 2
List2, Enter four numbers: 6 2 5 4
List3, Enter four numbers: 5 2 4 6
Your original List1: [2, 3, 3, 2]
Your original List2: [6, 2, 5, 4]
Your original List3: [5, 2, 4, 6]
Sorted List1 is: [2, 2, 3, 3]
Enter a number from the sorted List1 to search for: 3
Value 3 is in index 2 (or position 3)
List that are the same when sorted: [2, 4, 5, 6]
Transcribed Image Text:Sample Run List1, Enter four numbers: 2 3 3 2 List2, Enter four numbers: 6 2 5 4 List3, Enter four numbers: 5 2 4 6 Your original List1: [2, 3, 3, 2] Your original List2: [6, 2, 5, 4] Your original List3: [5, 2, 4, 6] Sorted List1 is: [2, 2, 3, 3] Enter a number from the sorted List1 to search for: 3 Value 3 is in index 2 (or position 3) List that are the same when sorted: [2, 4, 5, 6]
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT