1. use Java to develop a program that prompts the user to enter two arrays of integers and displays the common elements that appear in both arrays. Note that the first number in the input indicates the number of the elements in the list. This number is not part of the list. Here is a sample run. Enter listl: 5 5 2 10 1 6 Enter list2: 9 2 3 10 3 34 35 67 3 1 The common elements are 2 10 1 Please make sure to sort the numbers in the common elemenst. Please do not use ArrayList.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 11RQ
icon
Related questions
Question

please use java to answer the following question and for the output part please and please make sure to sort the number in the command line and please do not use any ArrayList, please.Thank you

1. use Java to develop a program that prompts the user to enter two arrays of integers and displays the
common elements that appear in both arrays. Note that the first number in the input indicates the
number of the elements in the list. This number is not part of the list. Here is a sample run.
Enter listl: 5 5 2 10 1 6<enter>
Enter list2: 9 2 3 10 3 34 35 67 3 1<enter>
The common elements are 2 10 1
Please make sure to sort the numbers in the common elemenst. Please do not use ArrayList.
Transcribed Image Text:1. use Java to develop a program that prompts the user to enter two arrays of integers and displays the common elements that appear in both arrays. Note that the first number in the input indicates the number of the elements in the list. This number is not part of the list. Here is a sample run. Enter listl: 5 5 2 10 1 6<enter> Enter list2: 9 2 3 10 3 34 35 67 3 1<enter> The common elements are 2 10 1 Please make sure to sort the numbers in the common elemenst. Please do not use ArrayList.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
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