CSCI 1301 – Lab 25

Clément Aubert

April 14, 2019

Project #3

Set-Up

For this third project:

Your goal

Your goal is to write the body of the methods in the ArrayLib class. You should not change their headers. Modify only their bodies, so that they return the “right” values, according to their description (in comment after their headers) and the test given in Program.cs. You can chage their order, or write them in any order: some of them are actually easier to write, and they are not the first ones: can you find a method that seems easy enough to start your project?

If you have the time and interrest, have a look at the challenges offered at the end of the ArrayLib.cs file.

Turning In Your Work

Start by replacing YOUR-NAME-HERE and DATE-HERE with your actual name, and the date. Submit on D2L your ArrayLib.cs file (and only the ArrayLib.cs file, not the whole project) renamed as “lname_fname.cs”, where “lname” (resp. “fname”) is your last name (resp. first name) before Friday, April 26, 11:30 PM, in the “Project 3” assignment submission folders.

Note that their will be no partial feedback this time. I agree to check that you submitted your work properly, but that’s it, I will not be reading your code before I grade it.