CS351L - Fall 2011

Large Program Design Lab


John Donahue

Email: jdonahue@unm.edu

Turning in work: use the turnin script

Office: FEC 126

Office Hours:

Monday 2-3pm

Wednesday 1 - 2pm


Command Pattern

September 19, 2011

Background

In todays lab you will be creating a command line calculator. To do this you will be using a command pattern. Please download the pdf to get you started.

Command Pattern Calculator.

Grading

For full credit, write a command line calculator that uses a command pattern approach.