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()



Answer :

Other Questions