aeee98

Untitled

Jan 15th, 2019
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import java.util.Scanner;
  2.  
  3. public class SoapOpera1{
  4. public static void main(String[] args){
  5. Scanner sc = new Scanner(System.in);
  6. Date date1 = new Date(sc.nextInt());
  7. Date date2 = new Date(sc.nextInt());
  8. System.out.println(date1.compareDate(date2));
  9. }
  10. }
Add Comment
Please, Sign In to add comment