Message-id: Date: Wed, 22 Aug 2001 07:52:56 +0300 Subject: Re: loop/continue problem To: djgpp AT delorie DOT com Cc: djgpp AT delorie DOT com From: "NirinaMichel Ratoandromanana/DF" References: <3B8D1069 AT MailAndNews DOT com> In-Reply-To: <3B8D1069@MailAndNews.com> MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com djgpp AT delorie DOT com a écrit: > if(number / 3 == 0 || number / 5 == 0) //i suspect the problem >is >here if(number % 3 == 0 || number % 5 == 0)