CPE 101
Winter 2007
Lab 8 Alternate Assignment
Due Date: Fri May 25 5:00pm
Topic: Arrays
-
Read the complete
problem description.
-
Write a test plan for your program in your lab notebook.
-
Design an algorithm that will solve the problem
and write the algorithm as pseudocode
in your lab notebook.
Your algorithm should be programming language independent,
yet precise enough that it could be given to another
101 student and they could implement it.
-
Implement your solution as a C program. Compile and
test your solution (using your test plan).
-
Make sure everything is thoroughly documented and that the
header comment contains your names.
-
Transfer your finished program to your hornet account.
Use the following handin command being sure to replace the x with your section number.
handin
cs101-x
lab08 roman.c
-
Inform the instructor that you have submitted your work and
wait for him to execute your solution with his test data.
If your program passes, your finished, otherwise you'll need
to repair your program and resubmit it.