Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedJava 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle9i Database Administrator Implementation And Administration

Authors: Carol McCullough-Dieter

1st Edition

0619159006, 978-0619159009

More Books

Students also viewed these Databases questions

Question

13-6 How will MIS help my career?

Answered: 1 week ago