Start by downloading CS201_Lab03.zip and importing it into Eclipse. You should see a project called CS201_Lab03.

Your task

Implement the following static methods in the Arrays class:

Testing

A main method is provided for testing - you won’t need to change it.

When you run the main method, you should see output looking something like this (user input in bold):

How many values? 
5
Please enter 5 values:
9 0 1 2 5
You entered the following values:
9 0 1 2 5 
Now I am going to reverse the array for you...
Here are the reversed array values:
5 2 1 0 9 

Submitting

When you are done, submit the lab to the Marmoset server using either of the methods below.

From Eclipse

If you have the Simple Marmoset Uploader Plugin installed, then right click on the project (CS201_Lab03) and choose Submit project…. Enter your Marmoset username and password when prompted.

From a web browser

Save the project (CS201_Lab03) to a zip file by right-clicking it and choosing

Export…->Archive File

Upload the saved zip file to the Marmoset server as lab3. The server URL is

https://cs.ycp.edu/marmoset/