Change this:
System.out.println("The day is " + Sunday);
to this
System.out.println("The day is Sunday");