Cora is writing a program to make a motorcycle racing game. If Cora wants the speed of the motorcycle to appear on the screen when the game is played,

then Cora needs to add something to the code that will make the speed a(n)
(1 point)
• input
• output |
• Boolean value
• conditional statement

1 answer

Cora needs to add something to the code that will make the speed an output.

In a program, output refers to any information that is provided to the user, which in this case would be the speed of the motorcycle displayed on the screen during the game.