With the statement, “If the dragon is hit by an arrow, the player gains 20 points; else, the player loses one life,” what happens if the arrow misses the dragon? (1 point) Responses The player loses one life. The player loses one life. The player gains 20 points. The player gains 20 points. The player loses 20 points. The player loses 20 points. There is no effect in the game. There is no effect in the game.

The player loses one life.

If the arrow misses the dragon, according to the given statement, the player loses one life.

Based on the given statement, "If the dragon is hit by an arrow, the player gains 20 points; else, the player loses one life," if the arrow misses the dragon, the correct answer is: "The player loses one life."

To understand why the player loses one life when the arrow misses the dragon, we need to look at the condition stated in the statement. The condition is "if the dragon is hit by an arrow." Since the arrow misses the dragon, this condition is not met, so we move to the alternative action described after the "else" clause, which states that the player loses one life.

Therefore, if the arrow misses the dragon, the player will lose one life.