Grace is creating a game about a cook in a kitchen. Grace wants the cook to flip a burger in the air. If it lands in the pan, the cook should earn points. If it falls on the floor, the cook should lose points. Which of these statements should Grace use? (1 point) Responses When the burger falls, lose points. When the burger falls, lose points. If it lands in the pan, gain 100 points; else, lose 100 points. If it lands in the pan, gain 100 points; else, lose 100 points. Give the cook 100 points for a good landing and take away 100 for a bad landing. Give the cook 100 points for a good landing and take away 100 for a bad landing. Add points or take them away if the landing is good or bad. Add points or take them away if the landing is good or bad.

The statement that Grace should use is: "If it lands in the pan, gain 100 points; else, lose 100 points."

Grace should use the statement "If it lands in the pan, gain 100 points; else, lose 100 points."

Grace should use the statement: "If it lands in the pan, gain 100 points; else, lose 100 points." This statement clearly defines the different outcomes and their corresponding point changes. It specifies that if the burger lands in the pan, the cook should gain 100 points, and if it doesn't land in the pan, the cook should lose 100 points. This statement provides a clear and concise instruction for the scoring system in the game.