COMP 110-001 - Introduction to Programming (Spring 2009)

Lab 7

25 points

Assigned: Friday March 27th

Due: Thursday April 2nd by midnight

Description

In this lab you will be writing five methods that operate on arrays. The five methods you must implement are as follows:

Implementation

The skeleton file ArrayUtils.java is provided for you as a starting point. Edit the Program Header to reflect your name and due date and implement each of the methods as described above. It is a good idea for you to add code to the main method to test the functions you've implemented. You will not be graded on any testing code you submit that is part of main.

Submission

For this assignment you will need to create a Jar file that contains your source code for ArrayUtils.java. Follow these instructions for creating a Jar file.
The Jar file you submit must be named yourlastname_lab7.jar, where yourlastname is your last name

Submit yourlastname_lab7.jar via the UNC Blackboard System under "Assignments → Lab 7" before the deadline.

Grading