/***************************************************************************** * Outputs a simple penny problem * * Inputed: N/A * * Outputed: (see above). * * Written: November 8, 2001 * * By: Ronald Roberts * *****************************************************************************/ //Program 40 //08NOV01 #include #include #include int main() { int i; double day, gifts=1, total=0; cout<<"Day"<<" "<<"Gifts"<<" "<<"Total"<