/** * My answers to DSA lab 3. */ /** * @author put your name here ;-) * */ public class lab03answers { public boolean sleepIn(boolean weekday, boolean vacation) { // put your code here and fix the return return (true); } //add more answers here }