van wants to have code in a game that will make it possible to change the speed of a swimmer in the game. Which of these does Ivan need? (1 point) Responses a Boolean value a Boolean value output output a variable a variable a database

Ivan will need a variable to change the speed of a swimmer in the game.

Ivan would need a variable to achieve the desired functionality of changing the speed of a swimmer in the game.

Ivan needs a variable in order to change the speed of a swimmer in the game. A variable is a storage location in the game's code that can hold different values, such as the speed of the swimmer. Ivan can declare a variable for the swimmer's speed and then modify its value based on the desired speed. By manipulating this variable, Ivan can control the swimmer's speed and make it possible to change it during the game.