HOME | Overview | Syllabus | Instructor | Lectures | Laboratories | Readings | Assignments | Resources | Other Links
CS 1711 Recitation Laboratory 11:
File I/O and Exceptions [11/23/99]

 

Objectives:

In this laboratory, you will be using the SimpleReader and SimpleWriter classes that are described in Section 7.8 of the textbook to input and output arrays. These classes are part of the simpleIO package. In part II you will be adding a selection sort similar to the version given in lecture or on page 334 of the textbook. In part III you will be added a binary search as covered in lecture.

Check-off procedure:

You must attend the recitation and sign in. This laboratory will be checked off using the new procedures.

Laboratory details:

Part I: Array Input and Output

In this part of the laboratory you will begin the implementation of a class called SortedArray and a main test program.