Maddog4302

Untitled

Jan 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. public class oof {
  3. public static void main(String args[]) {
  4. double isLeapYear = 4;
  5. double year = 2000;
  6. if (year / isLeapYear == 500) {
  7. System.out.print("LEAP YEAR!");
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment