/*-------------------------------------------------- header file for function spiciness created by smtuttle at Tue Oct 19 15:10:27 PDT 2010 --------------------------------------------------*/ #ifndef spiciness_H #define spiciness_H #include <string> using namespace std; const int INFANT_MAX = 500; const int TODDLER_MAX = 1000; string spiciness(int sco_rating); #endif