Lab 11 Instructor Notes - This exercise leads students through the creation of a Fraction class by which fraction objects can be represented.
Lab 11: Prelab Questions - Questions which must be printed, answered and brought to lab to turn in at the beginning.
Lab 11: Building Enumerations - It is often the case that a programmer needs to represent some real-world object whose possible values are non-numeric.
Lab 11: Gender.h - Gender.h declares enumeration Gender and prototypes its operations
Lab 11: Gender.cpp - Gender.cpp defines the operations on enumeration Gender