Which reverses the order of an arrays elements

Assignment Help JAVA Programming
Reference no: EM131585563

Write a method named, reverse, which reverses the order of an array's elements without creating another array.

The header for the method, reverse, is:

void reverse( int arr() ){

where arr is an array containing any number of integer elements.

For example, if the array is {6, 4, 9, 1, 7) BEFORE calling reverse, then the array should be {7, 1, 9, 4, 6) AFTER calling reverse. Your code should work for any length of integer array containing any values. Your reverse method should not do any keyboard input and no printing to the console.

You should write the method, reverse, in a class named, FinalExam. In the FinalExam class you must also include a main method that tests the method, reverse. The main method may do console output, but does not need any keyboard input. Arrays created in main for use in testing the reverse method should be created using static initialization as in the example below. Here are four tests you should run from the main method by calling the reverse method:

1. Pass an array with 10 elements and then verify the array elements are reversed upon returning from the method, reverse. Here is an example of doing this:
// create the array to test
into myArray = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
int() myArrayRev = { 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 }; reverse( myArray );
if( Arrays.equals( myArray, myArrRev ) )
System.out.println( "reverse worked for 10 elements." );

NOTE: The Arrays class may be found in the java.util package.

2. Pass an array with 9 elements and then verify the array elements are reversed upon returning from the method, reverse.

3. Pass an array with 1 element and then verify the array element is unchanged upon returning from the method, reverse.

4. Pass an array with 0 elements and then verify the array is unchanged reversed upon returning from the method, reverse.

Attachment:- ArrayCheck.rar

Reference no: EM131585563

Questions Cloud

Determine the utilization of its products or services : Outline a strategy for the health care provider you selected to determine the utilization of its products or services.
What is your worst team experience : What is your worst team experience? Why was it so bad? What could have been done to make it a more positive experience?
What would you do to practice the new skills and why : If you were Doug in the case above, what would you do to practice the new skills, and why? Any current topic or article related to penetration techniques.
Find a perfect matching for each graph : Examine Figure, which shows three trees. If possible, find a perfect matching in each tree; if not, explain why no perfect matching exists.
Which reverses the order of an arrays elements : Write a method named, reverse, which reverses the order of an array's elements without creating another array - elements and then verify the array elements
Essential component to organizational life these days : Teamwork is a common and essential component to organizational life these days. Pretty much every organization will utilize teamwork in some way.
Create a binary decision tree : Create a binary decision tree that determines which of the current US coins (penny, nickel, dime, quarter, half-dollar, and dollar) has been offered to a robot.
Comment on theory influences nursing practice : As Pearson, Vaughn, and Fitzgerald (2005) state, a model is not the real thing but comes as close as possible.
What kind of binary search tree for the micro-dictionary : Placing baa at the root, draw a binary search tree for the micro-dictionary aaa, ab, baa, baba.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd