CS 630 - Computing Fundamentals I - Spring 2004
Homework 8


Loyola College > Department of Computer Science > CS 630 > Homework > Homework 8

Due

Thursday, March 25th at the beginning of class
Email programs (.cpp files) to lawrie@cs.loyola.edu

Problems

Problem 1: 6.3

Problem 2: 6.5 (Programming)

Problem 3: 6.8 (Programming) You may email one modified Time class with both additions

Problem 4: Write a C++ class definition for an abstract data type describing a food item consisting of the attributes and methods given. The attributes are as follows:

The member functions are: *This is just the header file.