Path: utzoo!attcan!uunet!aplcen!samsung!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!sunc1!mccaugh From: mccaugh@sunc1.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Re: Leap Year Checker. Message-ID: <24700010@sunc1> Date: 22 Sep 90 04:33:00 GMT References: <9464@uhccux.uhcc.Hawaii.Edu> Lines: 3 Nf-ID: #R:uhccux.uhcc.Hawaii.Edu:9464:sunc1:24700010:000:142 Nf-From: sunc1.cs.uiuc.edu!mccaugh Sep 21 23:33:00 1990 Ordinarily, a leap-year is a multiple of four, so thst -- given leap-year y -- (y%4 == 0) ought to indicate if y designates a leap-year.