diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Q6/WeekDay.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Q6/WeekDay.java b/src/Q6/WeekDay.java index 6ad3cbf..c74f1d0 100644 --- a/src/Q6/WeekDay.java +++ b/src/Q6/WeekDay.java @@ -1,3 +1,11 @@ +/** + * Assignment 2, COMP268 Class: WeekDay.java + * + * @description A class used to determine the week day for any given date. + * @author: mo khan Student ID: 3431709 + * @date Jul 13, 2019 + * @version 1.0 + */ package Q6; import java.util.*; |
