Sleep In? (if) (CodingBat.com)

...can be found at http://codingbat.com/prob/p173401

Write a program that determines if we can sleep in based on whether it is a weekday (true/false) or vacation (true/false).

Save as SleepIn.x.