Display a message in the console when day isn't equal to "Sunday" or "Saturday".
day
"Sunday"
"Saturday"
Make sure to pick else, followed by {, and finally }.
else
{
}