Homework 4 - Comparable PriceTags
Due: Wednesday, February 9, 2004

Introduction

This assignment asks you to implement a PriceTag class as well as a PriceTagTester class. The PriceTag should model a simple price tag. The PriceTagTester class should be a complete test driver -- it should excercise all of its functionality.

The PriceTagclass

Please implement a class specification for a class that models aspects of a price tag, as follows:

Notes