An office building has two floors. A computer program is used to control an elevator that travels between the two floors. Physical sensors are used to set the following Boolean variables.Variable DescriptiononFloor1 Set to true if the elevator is stopped on floor 1; otherwise set to falseonFloor2 Set to true if the elevator is stopped on floor 2; otherwise set to falsecallTo1 Set to true if the elevator is called to floor 1; otherwise set to falsecallTo2 Set to true if the elevator is called to floor 2; otherwise set to falseThe elevator moves when the door is closed and the elevator is called to the floor that it is not currently on. Which of the following Boolean expressions can be used in a selection statement to cause the elevator to move?