Question: Java programming. please solve this by using java otherwise i have repost it again . Thanks P6.1 Write a program that initializes an array with

Java programming. please solve this by using java otherwise i have repostJava programming. please solve this by using java otherwise i have repost it again . Thanks

P6.1 Write a program that initializes an array with ten random integers and then prints four lines of output, containing . Every element at an even index. . Every even element. .All elements in reverse order Only the first and last element. P6.2 Write array methods that carry out the following tasks for an array of integers. For each method, provide a test program. a. Swap the first and last elements in the array b. Shift all elements by one to the right and move the last element into the first position. For example, 1 491625 would be transformed into 25 149 16 c. Replace all even elements with 0. d. Replace each element except the first and last by the larger of its two neighbors. Programming Exercises 307 e. Remove the middle element if the array length is odd, or the middle two elements if the length is even. f. Move all even elements to the front, otherwi ise preserving the order of the elements. g. Return the second-largest element in the array h. Return true if the array is currently sorted in increasing order. i. Return true if the array contains two adjacent duplicate elements. j. Return true if the array contains duplicate elements (which need not be adjacent)

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!