// // Filename: pgm3_2b.h // // Description: Interface file for the driver program pgm3_2b.cpp // // ENSC 104: Digital Computer Programming // // Instructor: Dr. Walsh // // Section: 2 // // Date Created: 03/01/98 // Last Modified: 03/01/98 // // Name: N/A // // ***** Function Prototypes ***** int maximum( int, int, int ); int minimum( int, int, int );