The George Washington University
School
of Engineering and Applied Science
Department of Computer Science
CSci 51 -- Introduction to Software Development – Spring 2002
Lab #2
For labs meeting on Jan. 24 and 25

The object of this lab is to help the student understand how to compile, link, and run programs in UNIX as well as getting started on project 1.

Part 1. If you have not done so, complete lab 1 and project 0. A facility with vi and UNIX is mandatory for this course.

Part 2. Compile and run draw_box_with_1_loop_2.adb and draw_box_with_2_loops.adb. The code for both of these programs can be found in the programs51 directory on your hobbes account. csci51/programs51

Print out the results of both of these programs. Your lab instructor will show you how to get the readable screen output.

Part 3. Complete Part 1of project 1.