| 6.170 | Laboratory in Software Engineering
Spring 2002 Problem Set 0: Programming Diagnostic Due: Thursday, February 7 at 10:00am in Recitation |
The procedure should take a single argument of string type and return a single result of string type. You may write your solution in Scheme, Java, C, or C++. (If you write in Scheme, and you prefer to use its list operators, you may find the string->list and list->string procedures helpful; or, you can use its string operations.)
You should test and document the procedure in whatever manner seems appropriate to you.
Turn in hardcopy of your code, documentation, and tests, and the output of your program when run on your tests. The tests should include, at the least, output for the three inputs given above. Submit these materials to your recitation instructor on Thursday, February 7th in class.