Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function rect_area
   created by st10 at Wed Mar  3 14:48:42 PST 2010
--------------------------------------------------*/
#ifndef rect_area_H
#define rect_area_H

#include <string>
using namespace std;

double rect_area(double length, double width);

#endif