Question: JAVA: (Simple as possible please!) Write a method to split array into two new arrays by using a parameter x .all the elements that are

JAVA: (Simple as possible please!)

Write a method to split array into two new arrays by using a parameter x .all the elements that are less than x must be in one array and all the elements that are larger than x must be inserted into another array. The method must print original array, and the two new created arrays. The signature of the method is:

public static void split_array(int[] l1, int x)

Write a test program that prompt the user to enter a list of integers and a number, pass the list of integers and the number to the split_array method.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!