X-Originating-IP: [200.42.80.103] From: "Norberto Alfredo Bensa" To: Cc: References: Subject: Re: switchhelp Date: Fri, 26 Jan 2001 02:36:42 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 26 Jan 2001 05:39:23.0314 (UTC) FILETIME=[566CA120:01C0875A] Reply-To: djgpp AT delorie DOT com Hello, From: "Michelle" > [SNIP] > break; > default: > cout << "The # of days in a month is " << month << endl; > break; > > } > > [SNIP] > replace with this: } cout << "The # of days is " << days << endl; and it will work... Best regards, Norberto