Question: Exercise: 1. Write the following methods in a Java project: A Java method to generate randomly the element of an array (received as a parameter).

Exercise: 1.

Write the following methods in a Java project:

A Java method to generate randomly the element of an array (received as a parameter).

A Java method to display the elements of an array (received as a parameter) on the screen (10 elements per line).

A Java method to determine and return the number of common elements between two arrays (received as parameters).

A Java method to sort an array (received as a parameter) in ascending order.

A Java method to reverse an array (received as a parameter).

A main method to test the above methods.

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!