//******************************************************************* // Mary Q. Programmer // CS 131 Assignment 1, September 1, 2006 // Are all parts working: Yes! // Help received: I worked with Connie Code to remove syntax errors // in the variable declarations. Tammy TA helped me to calculate total // cost. //****************************************************************** #include using namespace std; int main() { //your program here return 0; }