Waiting for the weekend.


Functions are very useful for calling a block of code when certain criteria are met. You can invoke a function instead of repeating that block of code every time you would want it to run. For this assignment, you will incorporate functions to run certain code depending on what day of the week it is. Your program should include the following:


back to index