Pay calculator
Version 2.2

DESIGN


NEW IN THIS VERSION: Uses Version 1.4 of class Time, which provides constructors and operators.  (See separate documentation.)


  o const float kPayRate = 12;
    

  o int main()

    Runs the calculator.  See program spec for details.

    Collaborator: Time
 