// Name: // Class and Section: CS 54, Section // Date: 9 October, 2007 // Purpose: To write functions that evaluate toxic cookies // include the header file for this lab #include "lab07.h" int main() { /* create a cookie struct */ /* ask the user to enter input & update the cookie struct make sure none of their inputs are negative */ /* display the results from cookieHarm() */ /* display the results from cookieDays() */ /* display the results from the part III function */ return 0; }