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. the figure shows a table with 2 columns and 5 rows. the top row contains the column labels, from left to right; column 1, variable; column 2, description. from top to bottom, the data is as follows: row 2; variable, onfloor1, description, set to true if the elevator is stopped on floor 1; otherwise set to false. row 3; variable, onfloor2, description, set to true if the elevator is stopped on floor 2; otherwise set to false. row 4; variable, callto1, description, set to true if the elevator is called on floor 1; otherwise set to false. row 5; variable, callto2, description, set to true if the elevator is called on floor 2; otherwise set to false. the 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?