• Post Reply Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Tim Cooke
  • paul wheaton
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Piet Souris
  • Himai Minh
Bartenders:

Leap

 
Software Bot
Posts: 810
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page was migrated from a javaranch.com.jsp


Assignment <font color="#008800">Java-3</font> (Leap)
<i>Purpose:  To learn to use boolean logic and proper commenting.</i>

 <p>Write a program that will read in a year and report if it is a leap year. The tricky
 thing here is that a leap year occurs: <ul>
   <p>on every year that is evenly divisible by 4 <ul>
     <p>except every year that is evenly divisible by 100 <ul>
       <p>except every year that is evenly divisible by 400. </p>
     </ul>
   </ul>
 </ul>
 <p>In other words, I want to type </p>
 
 <p>and see </p>
 
 <p>or, if I type </p>
 
 <p>I want to see</p>
 
 <p>Everything you need to know to do this assigment was covered in previous assignments. </p>
 <p>Instructor's solution:</p>
 <ul>31 total lines</ul><p>


Good for you! Now that you have tied up this assignment, lasso the next one.
<ul>
 Assignment Java-4 (Say)</ul>
     
     
     



     <p>Page maintained by
     Marilyn de Queiroz<p>
 
Paddy spent all of his days in the O'Furniture back yard with this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
    Bookmark Topic Watch Topic
  • New Topic