This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Lab 01 - Ex 03.15 - Date2 | |
| // CIS 282 | |
| // Jonathan Lee | |
| public class Date2 | |
| { | |
| private int year; | |
| private int month; | |
| private int day; |