Mikehaxk Mikehaxk 26-09-2022 Computers and Technology Answered Which command will run in this if statement: Byte is standing on an open switch if isOneGem { collectGem() } else if isOnOpenSwitch { toggleSwitch() } } else { moveForward() O moveForward() O collectGem() O Nothing O toggleSwitch()