Write a program using two variables: hour (ranging from 0 to 23) to represent the time of day and guard (a True/False value) to represent the presence or absence of the guard. You do not need to ask whether or not the guard is present; for simplicity, in this task you can simply create a variable called "guard" and set it to either true or false.