CMSC 104, Spring 2004

Project 3 - Your First C Program


Due Date:

Wednesday, March 17, before 11:59 p.m.

Note: No late projects will be accepted.

The Objective

The Task


Submitting the Program

You do not have to turn in the sheet you used to fill in the blanks. However, you do have to submit your source code. Your C source code file MUST be called proj3.c. To submit your project, type the following at the Unix prompt. Note that the project name starts with uppercase 'P'. submit cs104_0701 Proj3 proj3.c To verify that your project was submitted, you can execute the following command at the Unix prompt. It will show the file that you submitted in a format similar to the Unix 'ls' command. submitls cs104_0701 Proj3